all repos — h3rald @ f36e3360c8c6f1efe18b99bb779920ecc18c6a67

The sources of https://h3rald.com

content/tags/internet.textile

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

12 items are tagged with _internet_:

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