chrysalide

Minimalist and text-based browsers friendly theme for Motyl
Log | Files | Refs | README | LICENSE

categories.mustache (217B)


      1 {{> header}}
      2 {{#posts}}
      3 <h3><a href="/{{{url}}}">{{{title}}}</a></h3>
      4 <time>{{date}}</time>
      5 {{#categoryDisplay}}
      6 	&middot; <a href="/categories/{{{url}}}">{{category}}</a>
      7 {{/categoryDisplay}}
      8 {{/posts}}
      9 {{> footer}}