diff options
| author | Christian Cleberg <[email protected]> | 2026-07-30 17:46:03 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-30 17:46:03 -0500 |
| commit | 0b7e7a5a45862490da724f50a80351d1f2a3aa9f (patch) | |
| tree | 6fe5916ff2a6cfc39a1ee09bb0e821305b92e788 /theme/templates | |
| parent | f7e11cecffa5fb13e3b73a471bacec2dd6aac2cc (diff) | |
| download | cleberg.net-0b7e7a5a45862490da724f50a80351d1f2a3aa9f.tar.gz cleberg.net-0b7e7a5a45862490da724f50a80351d1f2a3aa9f.tar.bz2 cleberg.net-0b7e7a5a45862490da724f50a80351d1f2a3aa9f.zip | |
add iheartrss link
Diffstat (limited to 'theme/templates')
| -rw-r--r-- | theme/templates/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
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> · <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> |
