all repos — h3rald @ 0bb3e81df0be4731c68a8ca5eebc103074800c8b

The sources of https://h3rald.com

templates/_tag.mustache

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