aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--layouts/partials/header.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index fbcce87..93ebfd1 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -18,3 +18,16 @@
</a>
{{ end }}
</nav>
+
+<nav id="sidebar" class="w-25-ns ba">
+ <div class="tc pv4">
+ <a href="/#about" class="">
+ {{ with ($.Scratch.Get "authorPicture") }}
+ <img class="br-100" src="{{ . }}{{ if in . "//www.gravatar.com/avatar/" }}?s=110{{ end }}"/>
+ {{ end }}
+ <h3 class="f3">
+ {{ .Site.Author.name }}
+ </h3>
+ </a>
+ </div>
+</nav>