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

@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image" content="/_assets/img/cropped.png" />
<link rel="icon" type="image/x-icon" href="/img/fav.png">
<link rel="icon" type="image/x-icon" href="/_assets/img/fav.png">
<link rel="stylesheet" href="/_assets/css/normalize.css" />
<link rel="stylesheet" href="/_assets/css/styles.css" />
{% if title %}

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' %}