Fix image path
This commit is contained in:
parent
a02633d1d7
commit
48c2ca9c53
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
|
@ -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" .}}
|
||||||
|
|
Loading…
Reference in New Issue