fix images pointing to wrong directory

This commit is contained in:
Jonathan Souter
2023-03-02 15:46:46 +10:30
parent 2ad0ebd33d
commit aeb191a7e8
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<a href="/" class="profile-img-link">
<img class="profile-img" src="/img/cropped.png"/>
<img class="profile-img" src="/_assets/img/cropped.png"/>
</a>
<div class="sidebar-contents">
{% include 'partials/navigation.njk' %}