Fix link to homepage in sidebar

This fixes an issue when the website is deployed to a subdirectory of
the web server (e.g., `SITEURL` is set to a value like
`https://example.com/john.doe/`).
This commit is contained in:
Jan Holthuis 2023-06-01 23:49:29 +02:00
parent 5cb9d6db8a
commit d1c3d9877e

View File

@ -3,7 +3,7 @@
<div class="sidebar-about">
<h1>
<a href="/">
<a href="{{ SITEURL }}/">
<img class="profile-picture" src="{{ SITEURL }}/images/{{ PROFILE_IMAGE }}">
{{ SITENAME }}
</a>