diff --git a/themes/cmd/layout/category.swig b/themes/cmd/layout/category.swig index 65a7a5f..9849beb 100644 --- a/themes/cmd/layout/category.swig +++ b/themes/cmd/layout/category.swig @@ -19,7 +19,7 @@ Feed (Atom) {% endif %} {% if category_rss.rss_suffix %} - Feed (RSS) + Feed (RSS) {% endif %} {% endif %} diff --git a/themes/cmd/layout/tag.swig b/themes/cmd/layout/tag.swig index 81bc0c4..daa39f9 100644 --- a/themes/cmd/layout/tag.swig +++ b/themes/cmd/layout/tag.swig @@ -18,7 +18,7 @@ Feed (Atom) {% endif %} {% if tag_rss.rss_suffix %} - Feed (RSS) + Feed (RSS) {% endif %} {% endif %}