cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
17fa039d32f63d21e0872525c4ecc3f93dea501f
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-04-06T18:22:44Z
theme/templates/base.html | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) @@ -12,6 +12,9 @@ <link rel="icon" href="data:,"> {% block meta %}{% endblock %} {% endblock %} + <link href="https://github.com/ccleberg" rel="me"> + <link href="https://gitlab.com/ccleberg" rel="me"> + <link href="mailto:hello@cleberg.net" rel="me"> </head> <body> <a href="#main-content" class="skip-link">Skip to content</a> @@ -38,11 +41,5 @@ <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> · <a href="/tips/">Tips</a> </footer> - - <section class="indieweb-links" style="display:none"> - <link href="https://github.com/ccleberg" rel="me"> - <link href="https://gitlab.com/ccleberg" rel="me"> - <link href="mailto:hello@cleberg.net" rel="me"> - </section> </body> </html>