Added RSS feed link to blog template
This commit is contained in:
parent
59e7aa0c79
commit
180c6b0f0b
1 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="{{ blog_page.title }}" />
|
<meta name="twitter:title" content="{{ blog_page.title }}" />
|
||||||
<meta name="twitter:description" content="{{ blog_page.description }}" />
|
<meta name="twitter:description" content="{{ blog_page.description }}" />
|
||||||
|
<link rel="alternate" type="application/rss+xml" title="{{ blog_page.title }}" href="{% feeds_url blog_page %}" />
|
||||||
{% endblock social_share %}
|
{% endblock social_share %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
@ -56,4 +57,8 @@
|
||||||
</div>
|
</div>
|
||||||
{% endwith %}
|
{% endwith %}
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<a href="{% feeds_url blog_page %}" target="_blank" title="RSS">
|
||||||
|
<i class="fa fa-rss-square"></i> <span>RSS Feed</span>
|
||||||
|
</a>
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|
Loading…
Reference in a new issue