all repos — h3rald @ 1990b7b3b808549d104ce8530d8881e194d2b4ac

The sources of https://h3rald.com

layouts/dated_article.htm

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