diff options
Diffstat (limited to '_templates/openring.html')
-rw-r--r-- | _templates/openring.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/_templates/openring.html b/_templates/openring.html new file mode 100644 index 0000000..a585f17 --- /dev/null +++ b/_templates/openring.html @@ -0,0 +1,12 @@ +<section class=openring> + {{range .Articles}} + <div class=article> + <h3 class=title><a href='{{.Link}}'>{{.Title}}</a></h3> + {{.Summary}}<br> + <small class=right>—<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> |