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