aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-05-19 10:33:53 +0200
committerGabriel Arakaki Giovanini <mail@gabrielgio.me>2023-05-19 10:33:53 +0200
commit74aa3fb14672010e12d4a6094d8148da7c2ff40c (patch)
tree02f14ffe8769bb4ebe0bfb9c7a180d4e1e4fbace
parent9d75c9401e05b30ce86b3627da651a1070af435d (diff)
downloadgabrielgio.me-74aa3fb14672010e12d4a6094d8148da7c2ff40c.tar.gz
gabrielgio.me-74aa3fb14672010e12d4a6094d8148da7c2ff40c.tar.bz2
gabrielgio.me-74aa3fb14672010e12d4a6094d8148da7c2ff40c.zip
feat: add mastodon info
-rw-r--r--content/privacy/_index.org5
-rw-r--r--themes/flamingo/layouts/partials/footer.html1
2 files changed, 3 insertions, 3 deletions
diff --git a/content/privacy/_index.org b/content/privacy/_index.org
index 0d68d4f..b698dc1 100644
--- a/content/privacy/_index.org
+++ b/content/privacy/_index.org
@@ -7,6 +7,5 @@ draft = false
**I don't store any data period.**
-
-I don't track, make use of any analytic platform, or use any kind of proprietary
-javascript.
+I don't track, make use of any analytic platform, or use any kind of
+proprietary javascript. I don't even know you are here.
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>