diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-17 04:38:15 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-17 04:38:15 -0400 |
commit | 61fbce70abd2cafaef960f5e787a97a3a828d74e (patch) | |
tree | 5d49885a2f1f0254075d3dae96faf00b50ccfd5e /layouts/partials | |
parent | 91408bd3d594ca341f8c27b6b4d7403b564f4d38 (diff) |
remove static fonts, update posts, clean up layout
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/footer.html | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 906b7dc..e9340ee 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,6 +1,8 @@ -<hr class="footer-break"> -<p class="build-date">Last built {{ time.Now | time.Format "Jan 02 2006" }}.</p> -<a href="https://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img src="/img/badge/cc0.png" alt="CC0 1.0" class="badge"></a> -<a href="https://www.gentoo.org/"><img src="/img/badge/gentoo.png" alt="Gentoo" class="badge"></a> -<a href="https://www.vim.org/"><img src="/img/badge/vim.png" alt="Vim: the editor" class="badge"></a> -<p>This website's work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode.en">CC0 1.0 Universal</a>; the source code is licensed under <a href="https://unlicense.org/">the Unlicense</a>. See the <a href="https://git.sr.ht/~auroras/www">Git repository</a>.</p> +<div class="footer"> + <hr class="footer-break"> + <p class="build-date">Last built {{ time.Now | time.Format "Jan 02 2006" }}.</p> + <a href="https://creativecommons.org/publicdomain/zero/1.0/" rel="license"><img src="/img/badge/cc0.png" alt="CC0 1.0" class="badge"></a> + <a href="https://www.gentoo.org/"><img src="/img/badge/gentoo.png" alt="Gentoo" class="badge"></a> + <a href="https://www.vim.org/"><img src="/img/badge/vim.png" alt="Vim: the editor" class="badge"></a> + <p>This website's work is marked with <a href="https://creativecommons.org/publicdomain/zero/1.0/legalcode.en">CC0 1.0 Universal</a>; the source code is licensed under <a href="https://unlicense.org/">the Unlicense</a>. See the <a href="https://git.sr.ht/~auroras/www">Git repository</a>.</p> +</div> |