content/tags/software.textile
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
-----
:type: page
:title: "Tag: software"
:filters_pre:
- erb
- redcloth
:feed: /tags/software/
:feed_title: Tag 'software'
:permalink: software
-----
4 items are tagged with _software_:
<% articles_tagged_with('software').each do |pg|
%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span>
<% end %>
|