12 lines
289 B
Plaintext
12 lines
289 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>
|
|
}
|