initial commit - added base, need to fix templ errors

This commit is contained in:
2025-08-17 10:58:31 +00:00
commit 59d82ae563
20 changed files with 1512 additions and 0 deletions

11
templates/footer.templ Normal file
View File

@@ -0,0 +1,11 @@
package templates
templ Footer() {
<footer class="footer">
<p>
© 2025 Valentine Bott | Built with Go + Templ + HTMX |
<a href="https://git.valxntine.dev/valxntine/blog">Source Code</a> |
Last updated: <span class="blink">●</span> Now-ish
</p>
</footer>
}