From 0d97f4ad5dae65bb8de8ff1afef912dca820fa2d Mon Sep 17 00:00:00 2001 From: Jan Szejko <janek37@gmail.com> Date: Wed, 5 Apr 2017 17:12:00 +0200 Subject: [PATCH] add link to feed + update requirements --- prawokultury/templates/base.html | 1 + requirements.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/prawokultury/templates/base.html b/prawokultury/templates/base.html index e479416..f0d3a84 100644 --- a/prawokultury/templates/base.html +++ b/prawokultury/templates/base.html @@ -20,6 +20,7 @@ <meta property='og:type' content='{% block ogtype %}website{% endblock %}' /> <meta property='og:image' content='{% block ogimage %}{{ "/static/img/square-logo.png"|build_absolute_uri:request }}{% endblock %}' /> <meta property='og:locale' content='pl_PL' /> + <link href="{% url 'migdal_main_feed' %}" rel="alternate" type="application/rss+xml" title="{% trans "Right to Culture" %}" /> {% block headextra %}{% endblock %} </head> <body> diff --git a/requirements.txt b/requirements.txt index 7a2c3d4..c838905 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,6 @@ django-migdal>=0.5.1,<0.6 fnpdjango>=0.2.2,<0.3 python-slugify -textile==2.2.0 django-markupfield>=1.2,<1.3 django-gravatar2 django-comments-xtd>=1.2,<1.3 -- 2.20.1