diff options
-rw-r--r-- | layouts/partials/copyright.html | 12 | ||||
-rw-r--r-- | layouts/partials/footer-extra.html | 32 | ||||
m--------- | themes/anubis | 0 |
3 files changed, 32 insertions, 12 deletions
diff --git a/layouts/partials/copyright.html b/layouts/partials/copyright.html new file mode 100644 index 0000000..6648175 --- /dev/null +++ b/layouts/partials/copyright.html @@ -0,0 +1,12 @@ +<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/~huyngo/blog">code for this site</a> +is <a href="https://opensource.org/licenses/MIT">MIT</a>. diff --git a/layouts/partials/footer-extra.html b/layouts/partials/footer-extra.html index 88d622c..bf13936 100644 --- a/layouts/partials/footer-extra.html +++ b/layouts/partials/footer-extra.html @@ -1,12 +1,20 @@ -<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/~huyngo/blog">code for this site</a> - is <a href="https://opensource.org/licenses/MIT">MIT</a>. -</footer> + <ul class="social-media-list"> + <li> + Mastodon: <a href="https://fosstodon.org/@huy_ngo" rel="me">@huy_ngo@fosstodon.org</a> + </li> + <li> + PixelFed: <a href="https://anar.chi.st/xarvos" rel="me">@xarvos@anar.chi.st</a> + </li> + <li> + Matrix.org: <a href="https://matrix.to/#/@xarvos:matrix.org" rel="me">@xarvos:matrix.org</a> + </li> + <li> + SourceHut: <a href="https://sr.ht/~huyngo/" rel="me">~huyngo</a> + </li> + <li> + GitHub: <a href="https://github.com/Huy-Ngo" rel="me">@Huy-Ngo</a> + </li> + <li> + Email: <a href="mailto:huyngo@disroot.org" rel="me">huyngo@disroot.org</a> + </li> + </ul> diff --git a/themes/anubis b/themes/anubis -Subproject dc52fdf1b007abb84695f533024bcf15b04ca4b +Subproject b6f39d69588b32c9f27d3459732171250904724 |