diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-05-19 08:48:52 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-05-19 08:48:52 -0400 |
commit | 24897b4ec55af3f21ce690783b9ca62c51f2ee67 (patch) | |
tree | 827232f612a72f267a1bebc08912acf7901b281e /layouts |
initial commit
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html new file mode 100644 index 0000000..63f969d --- /dev/null +++ b/layouts/partials/footer.html @@ -0,0 +1,5 @@ +<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"></a> +<a href="https://www.gentoo.org/"><img src="/img/badge/gentoo.png" alt="Gentoo"></a> +<a href="https://www.vim.org/"><img src="/img/badge/vim.png" alt="Vim: the editor"></a> |