all repos — h3rald @ 55cd685e7ecada45e543476efb69324c7d37d8ab

The sources of https://h3rald.com

content/tags/politics.textile

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
----- 
:type: page
:permalink: politics
:title: "Tag: politics"
:filters_pre: 
- erb
- redcloth
-----

2 items are tagged with _politics_:

<% @site.pages.select{|p| p.attributes[:tags] && p.attributes[:tags].include?('politics')}.sort{|a,b| a.attributes[:date] <=> b.attributes[:date]}.reverse.each do |pg|
%>* <span class="<%= pg.attributes[:type] %>_link"> <a href="/articles/<%= pg.attributes[:permalink] %>/"><%= pg.attributes[:title] %></a></span>
<% end %>