Fix atom feed url for categories
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{% include page_start.liquid %}
|
{% include page_start.liquid %}
|
||||||
{% for data in page.categories %}
|
{% for data in page.categories %}
|
||||||
<link rel="alternate" type="application/atom+xml" title="Category: {{ data }}" href="{{ site.feed.categories.path | append: data | append: ".xml" | absolute_url }}">
|
<link rel="alternate" type="application/atom+xml" title="Category: {{ data }}" href="{{ "/feed/" | append: data | append: ".xml" | absolute_url }}">
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for data in page.tags %}
|
{% for data in page.tags %}
|
||||||
<link rel="alternate" type="application/atom+xml" title="Tag: {{ data }}" href="{{ site.feed.tags.path | append: data | append: ".xml" | absolute_url }}">
|
<link rel="alternate" type="application/atom+xml" title="Tag: {{ data }}" href="{{ site.feed.tags.path | append: data | append: ".xml" | absolute_url }}">
|
||||||
|
|||||||
Reference in New Issue
Block a user