diff options
author | RayHammer <evkondratyev@yandex.ru> | 2022-11-02 23:58:21 +0100 |
---|---|---|
committer | RayHammer <evkondratyev@yandex.ru> | 2022-11-02 23:58:21 +0100 |
commit | e7d9a7b92b9e2713157a35a4375ee0cb54492ead (patch) | |
tree | f9f8d6bab554e85be47d7c8ddbc33d202d6d8ca6 | |
parent | 54f91abe526559600941d1cd392ae0889c63883f (diff) |
Fixed hardcoded URL in the h-card
-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> |