all repos — h3rald @ d88f7a3095b04e45259adfb0d2611bfa61d75b52

The sources of https://h3rald.com

content/tags/wedding.textile

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

6 items are tagged with _wedding_:

<% @site.items.select{|p| p.attributes[:tags] && p.attributes[:tags].include?('wedding')}.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 %>