Fix path for footer

This commit is contained in:
2026-08-25 19:15:24 +02:00
parent 056a228661
commit 9f282d647d

View File

@@ -8,7 +8,7 @@
<footer class="content card card-container" > <footer class="content card card-container" >
<h3>The Octet Press is <a href="{{ .Site.BaseURL }}about-me/">N07070's</a> blog.</h3> <h3>The Octet Press is <a href="{{ .Site.BaseURL }}about-me/">N07070's</a> blog.</h3>
<small>It's self-hosted, low-tech, without javascript and static, as it should be.</small> <small>It's self-hosted, low-tech, without javascript and static, as it should be.</small>
<sup><a href="{{ .Site.BaseURL}}/notes/why-no-js/" rel="nofollow">Why ?</a></sup> <sup><a href="{{ .Site.BaseURL}}notes/why-no-js/" rel="nofollow">Why ?</a></sup>
<br> <br>
<p> Page last modified on {{ .Lastmod }}</p> <p> Page last modified on {{ .Lastmod }}</p>
</footer> </footer>