diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 11:19:57 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-12 11:19:57 +0700 |
commit | 981e41a9473654c4ee754f86a78d54c8c5cad9b2 (patch) | |
tree | 26fa9a31a9f11ec709615f1c96b0c26f2dc70538 /layouts/partials/footer-extra.html | |
parent | d02a380caa30a804c927498e624927daa70b0b13 (diff) | |
download | blog-981e41a9473654c4ee754f86a78d54c8c5cad9b2.tar.gz |
Switch to Hugo, restructure the page
Diffstat (limited to 'layouts/partials/footer-extra.html')
-rw-r--r-- | layouts/partials/footer-extra.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/partials/footer-extra.html b/layouts/partials/footer-extra.html new file mode 100644 index 0000000..bef79ed --- /dev/null +++ b/layouts/partials/footer-extra.html @@ -0,0 +1,12 @@ +<footer> + <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"> + <img alt="Creative Commons License" style="border-width:0" + src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /> + </a> + <br> + The content for this site is + <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>. + <br> + The <a href="https://git.sr.ht/~sircmpwn/drewdevault.com">code for this site</a> + is <a href="https://opensource.org/licenses/MIT">MIT</a>. +</footer> |