diff options
author | frosty <passedgoandgot200@disroot.org> | 2025-06-10 05:01:08 -0400 |
---|---|---|
committer | frosty <passedgoandgot200@disroot.org> | 2025-06-10 05:01:08 -0400 |
commit | 210379b410fe40f877999bd68648af29465545d7 (patch) | |
tree | 912a8602034d15af56842e0d32529b58d1acd37e /layouts | |
parent | c826b76870331099274ccc09b6ebbbcc166723ec (diff) |
add new post and support codeblocks
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/footer.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cc885ef..4da530a 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -3,3 +3,5 @@ <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> +<br> +<br> |