initial commit - added base, need to fix templ errors
This commit is contained in:
11
templates/footer.templ
Normal file
11
templates/footer.templ
Normal 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>
|
||||
}
|
Reference in New Issue
Block a user