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
committed by José Guilherme Vanz
parent 5cb9d6db8a
commit 53a18556cc
+1 -1
View File
@@ -3,7 +3,7 @@
<div class="sidebar-about"> <div class="sidebar-about">
<h1> <h1>
<a href="/"> <a href="{{ SITEURL }}/">
<img class="profile-picture" src="{{ SITEURL }}/images/{{ PROFILE_IMAGE }}"> <img class="profile-picture" src="{{ SITEURL }}/images/{{ PROFILE_IMAGE }}">
{{ SITENAME }} {{ SITENAME }}
</a> </a>