all repos — h3rald @ e0362db7642ef8263db2f6d33da6c878f5977398

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 as <%= tags_for(@article) %></li>
</ul>