Add RSS feed icon and link

This commit is contained in:
PCoder 2018-08-07 21:58:50 +02:00
parent 0ddbdb045f
commit 0a3f51361f
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@
<h1> {% page_attribute 'page_title' %} </h1>
<hr class="small">
<span class="subheading"> {% page_attribute 'meta_description' %}</span>
<div>
<a rel="alternate" type="application/rss+xml" title="Blog feed" href="{% url 'djangocms_blog:posts-latest-feed' %}" ><i class="fa fa-rss" style="color:#ffffff"></i></a>
</div>
</div>
</div>
</div>