From 3a7da1084fff9fe0f9244743c3ac12effce8036f Mon Sep 17 00:00:00 2001 From: Zicklag Date: Thu, 30 Apr 2020 20:17:28 -0500 Subject: [PATCH] Fix RSS Link in Site Footer Change feed.xml -> rss.xml. --- templates/includes/social.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/social.html b/templates/includes/social.html index 9a7b5e749..c2ab81f3a 100644 --- a/templates/includes/social.html +++ b/templates/includes/social.html @@ -15,5 +15,5 @@ {% if social.telegram %}
  • {% endif %} {% if social.microdotblog %}
  • {% endif %} {% if social.discord %}
  • Discord (#wg-gamedev)
  • {% endif %} - {% if social.rss %}
  • RSS feed
  • {% endif %} + {% if social.rss %}
  • RSS feed
  • {% endif %}