all repos — h3rald @ 55c6b6bab3beb8792256e7953a916aa3fef5e804

The sources of https://h3rald.com

layouts/dated_article.erb

 1
 2
 3
 4
-----
filter: erb
-----
<li><a href="/articles/<%= @article.attributes[:permalink]%>/"><%= @article.attributes[:title]%></a> &mdash; <time class="timeago" datetime="<%=@article.attributes[:date].to_iso8601_time%>"><%= @article.attributes[:date].strftime("%A, %d %B %Y")%></time></li>