From 7b46df8467de4db9615f479b2a8a821a814a6947 Mon Sep 17 00:00:00 2001 From: Jeff MacKinnon Date: Wed, 27 Apr 2022 08:11:43 -0300 Subject: [PATCH] Adding a webring section to the sidebar. --- templates/sidebar.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 %}