about summary refs log tree commit diff stats
path: root/layouts
diff options
context:
space:
mode:
authorAlan Pearce2017-06-17 17:44:32 +0200
committerAlan Pearce2017-06-17 17:44:32 +0200
commit1a1d3f173ea77f8d74cc04b4abf37f3ef02330cf (patch)
tree3903aa7edfe6d8beb6607a3c82959028f1946922 /layouts
parentd48e47eea1c0bd8a0ce0e3e437d5f2197e8a1fb7 (diff)
downloadhyde-1a1d3f173ea77f8d74cc04b4abf37f3ef02330cf.tar.lz
hyde-1a1d3f173ea77f8d74cc04b4abf37f3ef02330cf.tar.zst
hyde-1a1d3f173ea77f8d74cc04b4abf37f3ef02330cf.zip
Fully-qualify hcard url
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/sidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 9364795..f9a9f21 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,7 +1,7 @@
 		<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") }}
-				<a class="u-url u-uid" href="/">
+				<a class="u-url u-uid" href="{{ .Site.BaseURL }}">
 					<img class="u-photo" src="{{ .Site.Author.image }}" width=128 height=128 />
 				</a>
 				{{ end }}