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:
committed by
José Guilherme Vanz
parent
5cb9d6db8a
commit
53a18556cc
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user