summaryrefslogtreecommitdiff
path: root/templates/archive.html
blob: 97103b26cc9d25f105e7d4bb3ba26debd4c5d424 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{{#articles}}
  <article>
    <header>
      <h2><a href='{{url}}'>{{title}}</a></h2>
      <p>posted {{date}}, by {{author}}
    </header>
    {{&text}}
  </article>
{{/articles}}

{{#prevarchive}}
<p>Previous: {{slug}}: {{url}}
{{/prevarchive}}

{{#nextarchive}}
<p>Next: {{slug}}: {{url}}
{{/nextarchive}}