all repos — h3rald @ 02c8ce3ee8e5826961d0a9c9f3e75dc4a08d0e1a

The sources of https://h3rald.com

templates/_archive.mustache

 1
 2
 3
 4
 5
 6
<p>{{articles-written}} in <em>{{month}}</em>:</p>
<ul>
  {{#articles}}
  <li><a href="{{id}}">{{title}}</a> &mdash; {{date}}</li>
  {{/articles}}
</ul>