diff options
-rw-r--r-- | themes/stingray/layouts/partials/aside.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/stingray/layouts/partials/aside.html b/themes/stingray/layouts/partials/aside.html index 7fb4aff..c91c68c 100644 --- a/themes/stingray/layouts/partials/aside.html +++ b/themes/stingray/layouts/partials/aside.html @@ -1,6 +1,6 @@ <aside id="card"> <div class="h-card text-center"> - <a class="u-url u-uid" href="https://rayhammer.dev" rel="me"> + <a class="u-url u-uid" href="{{ .Site.BaseURL }}" rel="me"> <img class="u-photo" src="/img/rayhammer.jpg" alt="h-card photo"> </a> <p> |