diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-05-19 10:33:53 +0200 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2023-05-19 10:33:53 +0200 |
commit | 74aa3fb14672010e12d4a6094d8148da7c2ff40c (patch) | |
tree | 02f14ffe8769bb4ebe0bfb9c7a180d4e1e4fbace /themes/flamingo/layouts | |
parent | 9d75c9401e05b30ce86b3627da651a1070af435d (diff) | |
download | gabrielgio.me-74aa3fb14672010e12d4a6094d8148da7c2ff40c.tar.gz gabrielgio.me-74aa3fb14672010e12d4a6094d8148da7c2ff40c.tar.bz2 gabrielgio.me-74aa3fb14672010e12d4a6094d8148da7c2ff40c.zip |
feat: add mastodon info
Diffstat (limited to 'themes/flamingo/layouts')
-rw-r--r-- | themes/flamingo/layouts/partials/footer.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/flamingo/layouts/partials/footer.html b/themes/flamingo/layouts/partials/footer.html index 79a3916..ff492fa 100644 --- a/themes/flamingo/layouts/partials/footer.html +++ b/themes/flamingo/layouts/partials/footer.html @@ -4,6 +4,7 @@ <ul> <li><a href="/privacy/">privacy</a></li> <li><a href="https://git.sr.ht/~gabrielgio/">sr.ht</a></li> + <li><a rel="me" href="https://fosstodon.org/@gabrielgio">mastodon</a></li> <li><a href="/index.xml">rss</a></li> </ul> </nav> |