all repos — h3rald @ 3dbb93cf3b0530c897610e7acbf6a5e77f7bd430

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>