content/tags/tutorial.textile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
----- :type: page :title: "Tag: tutorial" :filters_pre: - erb :feed: /tags/tutorial/ :feed_title: Tag 'tutorial' :permalink: tutorial ----- <p>4 items are tagged with <em>tutorial</em>:</p> <ul> <% articles_tagged_with('tutorial').each do |a| %> <%= render 'dated_article', :article => a %> <% end %> </ul> |