all repos — h3rald @ a3239e7db6fc692777ecf928b7d7a07a564e1993

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>