Files
blog/templates/footer.templ

12 lines
274 B
Plaintext

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>
}