about summary refs log tree commit diff homepage
path: root/_templates/openring.html
blob: a585f171642acf49d4160c4e3483cb7956e340a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
<section class=openring>
  {{range .Articles}}
  <div class=article>
    <h3 class=title><a href='{{.Link}}'>{{.Title}}</a></h3>
    {{.Summary}}<br>
    <small class=right>&mdash;<a href='{{.SourceLink}}'>{{.SourceTitle}}</a>,
      {{.Date | datef "2006-01-02"}}</small>
  </div>
  {{end}}
</section>
<small class=right>Generated by
  <a href=https://git.sr.ht/~sircmpwn/openring>openring</a></small>