Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-identity-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grosser <development@stp-ip.net>2017-04-09 22:57:46 +0300
committerMichael Grosser <development@stp-ip.net>2017-04-09 23:32:51 +0300
commite27afe22c6e8350ef61e419dba011f055ac7804d (patch)
tree69a33ccc0b0277c30419727b8059b1ddc229275c /layouts
parent1e1810800d861919d0d7fa92037990efc2c99f2e (diff)
Reduce weight of avatar
Diffstat (limited to 'layouts')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 8b84493..176dd0c 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -23,7 +23,7 @@
<!-- Main -->
<section id="main">
<header>
- <span class="avatar"><img src="/images/avatars/{{ .Site.Params.personal.avatar }}" alt="avatar" height="160" width="160" ></span>
+ <span class="avatar"><img src="/images/avatars/{{ .Site.Params.personal.avatar }}" alt="avatar" height="130" width="130" ></span>
<h1 class="name">
{{ with .Site.Params.personal.name }}
{{ . }}