diff --git a/layouts/articles.html b/layouts/articles.html index db1f998..8591081 100644 --- a/layouts/articles.html +++ b/layouts/articles.html @@ -40,9 +40,13 @@ <% menu.each do |menu_item| label, count = menu_item path = (label != "All" ? '/' + label.downcase : '') + "/articles/" + feed = (label != "All" ? '/' + label.downcase : '') + "/feed.xml" active = (@item.identifier.sub(%r{page/$}, '') == path) %> -