diff options
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> |
