From d6750fb289e86e7128c9aac77db7a758e291fdfc Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 31 Mar 2010 08:03:04 +1100 Subject: [PATCH] Add feed links on the Archives pages --- layouts/articles.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) %> -
  • ><%= label %> (<%= count %>)
  • +
  • + Black Feed Icon + ><%= label %> (<%= count %>) +
  • <% end %>