all repos — h3rald @ 3f3b6dc6e041a8b96cd1c9735616d59cc9d55d99

The source code of the h3rald.com web site.

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>