diff --git a/templates/sidebar.html b/templates/sidebar.html index 5b0ab64..dd3ad85 100644 --- a/templates/sidebar.html +++ b/templates/sidebar.html @@ -107,6 +107,18 @@ {% endfor %} + {% if WEBRING_FEED_URLS %} +
+
+

Webring

+ {% for article in webring_articles %} +

{{ article.title }}

+

{{ article.date|strftime('%d %B %Y') }}

+ {% endfor %} +
+ {% endif %} +
+ {% if CONTACT_EMAIL or CONTACT_PHONE_NUM or CONTACT_HOME_ADDR %}