cmc/cleberg.net
My personal web garden & blog.
clone: git clone https://gitbay.org/cmc/cleberg.net.git
0b7e7a5a45862490da724f50a80351d1f2a3aa9f
verified · cmc
author: Christian Cleberg <hello@cleberg.net> · 2026-07-30T22:46:03Z
theme/templates/base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) @@ -8,6 +8,7 @@ {% if site_owner is defined %}<meta name="author" content="{{ site_owner }}">{% endif %} {% if site_description is defined %}<meta name="description" content="{{ site_description }}">{% endif %} {% if site_keywords is defined %}<meta name="keywords" content="{{ site_keywords }}">{% endif %} + <link rel="alternate" type="application/rss+xml" title="cleberg.net" href="/feed.xml"> <link rel="stylesheet" href="{{ url_for("static", file="styles.min.css") }}" type="text/css"> <link rel="icon" href="data:,"> {% block meta %}{% endblock %} @@ -37,7 +38,8 @@ <a href="https://sr.ht/~ccleberg/cleberg.net">Source</a> · <a href="/feed.xml">RSS</a> · <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> · - <a href="/tips/">Tips</a> + <a href="/tips/">Tips</a> · + <a href="https://iheartrss.com/">I ♥ RSS</a> <p>[ <a href="https://zerolabs.sh">zero labs</a> · <a href="https://audit-labs.dev">audit labs</a> ]</p> </footer> </body>