Skip to content

Commit

Permalink
Merge pull request #529 from schtobia/for_upstream
Browse files Browse the repository at this point in the history
Just-Read: Correct FEED_ATOM variable name
  • Loading branch information
justinmayer committed Jul 19, 2017
2 parents f0f9285 + 6e5e96f commit 2a00d3c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Just-Read/templates/base.html
Expand Up @@ -18,8 +18,9 @@

{% block scripts %}
{% endblock %}

<link href="{{ SITEURL }}/{{ FEED }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
{% if FEED_ATOM %}
<link href="{{ SITEURL }}/{{ FEED_ATOM }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} ATOM Feed" />
{% endif %}
{% if FEED_RSS %}
<link href="{{ SITEURL }}/{{ FEED_RSS }}" type="application/atom+xml" rel="alternate" title="{{ SITENAME }} RSS Feed" />
{% endif %}
Expand Down

0 comments on commit 2a00d3c

Please sign in to comment.