all repos — h3rald @ 342dd6b7ce9fa6dbc1bc9a3e5af6be0b13a12d2b

The sources of https://h3rald.com

layouts/article_meta.erb

 1
 2
 3
 4
 5
 6
 7
-----
filter: erb
-----
<ul class="article-meta">
	<li>Composed on <span class="date"><%= @article.attributes[:date].strftime("%A, %d %B %Y") %></span></li>
	<li>Archived in <%= tags_for(@article) %></li>
</ul>