Skip to content

Commit

Permalink
Category feeds now use category.slug
Browse files Browse the repository at this point in the history
  • Loading branch information
lgiordani committed Oct 31, 2014
1 parent 228b474 commit a6bcb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pelican-bootstrap3/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{% endif %}

{% if category and CATEGORY_FEED_ATOM %}
<link href="{{ SITEURL }}/{{ CATEGORY_FEED_ATOM|format(category) }}" type="application/atom+xml" rel="alternate"
<link href="{{ SITEURL }}/{{ CATEGORY_FEED_ATOM|format(category.slug) }}" type="application/atom+xml" rel="alternate"
title="{{ SITENAME }} {{ category }} ATOM Feed"/>
{% endif %}

Expand Down

0 comments on commit a6bcb10

Please sign in to comment.