diff --git a/src/news/templates/news_index.html b/src/news/templates/news_index.html index 6e76ceb7..98ca8a02 100644 --- a/src/news/templates/news_index.html +++ b/src/news/templates/news_index.html @@ -1,5 +1,6 @@ {% extends 'base.html' %} {% load commonmark %} +{% load static %} {% block title %} News | {{ block.super }} @@ -8,6 +9,12 @@ News | {{ block.super }} {% block content %} {% if request.resolver_match.kwargs.archived %} Showing archived news items. Show regular news items +{% else %} +
+ + Get BornHack news as a RSS feed + +
{% endif %} {% for item in news_items %}
diff --git a/src/static_src/img/feed-icon-14x14.png b/src/static_src/img/feed-icon-14x14.png new file mode 100755 index 00000000..b3c949d2 Binary files /dev/null and b/src/static_src/img/feed-icon-14x14.png differ