diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-16 11:15:20 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2021-04-16 11:15:20 +0700 |
commit | 98b2a2ce1a9083b875118662a10151350b73d70d (patch) | |
tree | 2d46384a97b7d559a38682334600af77b025c599 /layouts/partials | |
parent | aaf2fb8271efbf1947965675d596278ed7b0ca83 (diff) | |
download | blog-98b2a2ce1a9083b875118662a10151350b73d70d.tar.gz |
Add social links
Diffstat (limited to 'layouts/partials')
-rw-r--r-- | layouts/partials/copyright.html | 12 | ||||
-rw-r--r-- | layouts/partials/footer-extra.html | 32 |
2 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> |