about summary refs log tree commit diff stats
path: root/layouts/partials
diff options
context:
space:
mode:
authorAlan Pearce2017-06-17 17:40:12 +0200
committerAlan Pearce2017-06-17 17:40:12 +0200
commitd48e47eea1c0bd8a0ce0e3e437d5f2197e8a1fb7 (patch)
treeda39552479313912dce1e9b024cd19ef82bad38a /layouts/partials
parent31213261acdf834f65fd4f9999cb8f1281f81f22 (diff)
downloadhyde-d48e47eea1c0bd8a0ce0e3e437d5f2197e8a1fb7.tar.lz
hyde-d48e47eea1c0bd8a0ce0e3e437d5f2197e8a1fb7.tar.zst
hyde-d48e47eea1c0bd8a0ce0e3e437d5f2197e8a1fb7.zip
Make h-card representative
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/sidebar.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 749eb7c..9364795 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,7 +1,9 @@
 		<aside class="sidebar container">
 			<header class="sidebar-about h-card vcard p-author" itemprop="author" itemscope itemtype="http://schema.org/Person">
 				{{ if (isset .Site.Author "image") }}
-				<img class="u-photo" src="{{ .Site.Author.image }}" width=128 height=128 />
+				<a class="u-url u-uid" href="/">
+					<img class="u-photo" src="{{ .Site.Author.image }}" width=128 height=128 />
+				</a>
 				{{ end }}
 
 				{{ if eq .Title .Site.Title }}