all repos — h3rald @ 8bcb2c13f74a2a56af994b463a95f249a0461096

The sources of https://h3rald.com

layouts/project_updates.erb

 1
 2
 3
 4
 5
 6
 7
 8
 9
-----
filters_pre: 
- erb
- redcloth
-----
h3. Latest Updates

<ul><% articles_tagged_with(@tag).each do |a| %><%= render 'dated_article', :article => a %><% end %></ul>