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:
parent
5cb9d6db8a
commit
d1c3d9877e
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user