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

add iheartrss link
 theme/templates/base.html | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/theme/templates/base.html b/theme/templates/base.html
index 9bd5d31..8ed3375 100644
--- a/theme/templates/base.html
+++ b/theme/templates/base.html
@@ -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> &middot;
         <a href="/feed.xml">RSS</a> &middot;
         <a href="http://paske4urhs6nttrtlkuwa5cowum3fjkc6yv6kl4ncx3mjxcd77764nqd.onion/">Onion</a> &middot;
-        <a href="/tips/">Tips</a>
+        <a href="/tips/">Tips</a> &middot;
+	<a href="https://iheartrss.com/">I &hearts; RSS</a>
 	<p>[ <a href="https://zerolabs.sh">zero labs</a> &middot; <a href="https://audit-labs.dev">audit labs</a> ]</p>
     </footer>
 </body>