Fix image path

This commit is contained in:
Remi Rampin 2022-11-01 18:57:45 -04:00
parent a02633d1d7
commit 48c2ca9c53
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

@ -1,6 +1,6 @@
{{template "base/head" .}} {{template "base/head" .}}
<div class="page-content home"> <div class="page-content home">
<h1>The Rampin's code forge</h1> <h1>The Rampin's code forge</h1>
<img src="../imgs/rampins.png" alt="A wizard and a witch at two old style computers"> <img src="/assets/rampins.png" alt="A wizard and a witch at two old style computers">
</div> </div>
{{template "base/footer" .}} {{template "base/footer" .}}