diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/sidebar.html | 2 |
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 }} |