commit 5ee2e28979349746676bc519eca49fec8a83fccb parent 9fc024cee0e9546db657be9d246c90169b428eb5 Author: Ian <ian@shmage.xyz> Date: Sat, 4 Feb 2023 00:40:00 -0500 Fixing some links in the introduction Diffstat:
M | layouts/partials/introduction.html | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/layouts/partials/introduction.html b/layouts/partials/introduction.html @@ -1,4 +1,4 @@ -<a href="https://shmage.xyz"><img src="/images/shmagelogo.svg" alt="SHMAGE" style="margin:auto; display:block;" width="500em"/></a> +<a href="{{ .Site.BaseURL }}/"><img src="/images/shmagelogo.svg" alt="SHMAGE" style="margin:auto; display:block;" width="500em"/></a> <div class="center_box"> <div class="short" style="order:0;"> <div class="border_stone"> @@ -19,7 +19,7 @@ <li><a href="https://gitlab.com/shmage">gitlab</a></li> <li><a href="https://lists.sr.ht/~iressa">sourcehut</a></li> <li>My Matrix handle is <strong>@eonn:chat.familydesserttime.com</strong>.</li> - <li>I also publish my thoughts and experiences on a <a href="https://shmage.xyz/blog-index.html">blog</a></li> + <li>I also publish my thoughts and experiences on a <a href="{{ .Site.BaseURL }}/#posts">blog</a></li> </ul> {{ partial "bottomlinks.html" }} </div>