Closed stuartmaxwell closed 3 weeks ago
We don't have a template tag that generates the HTML link element to include in the page.
link
This should be: {% rss_link %}
{% rss_link %}
If RSS_ENABLED is set to False, this will return an empty string. Otherwise, it will return the HTML link tag as follows:
RSS_ENABLED
False
<link rel="alternate" type="application/rss+xml" title="Latest Posts" href="/rss/">
We don't have a template tag that generates the HTML
link
element to include in the page.This should be:
{% rss_link %}
If
RSS_ENABLED
is set toFalse
, this will return an empty string. Otherwise, it will return the HTMLlink
tag as follows: