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