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