1
0
mirror of https://github.com/osmarks/website synced 2025-08-29 16:57:56 +00:00

add openring "webring" bit

This commit is contained in:
2020-08-25 22:52:23 +01:00
parent 17a7847c9e
commit fc8688ff97
6 changed files with 102 additions and 25 deletions

16
openring.html Normal file
View File

@@ -0,0 +1,16 @@
<h3>From other blogs</h3>
<section class="atl">
{{range .Articles}}
<div class="art">
<h4>
<a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
</h4>
<p class="sum">{{.Summary}}</p>
<small class="src">
via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>
</small>
<small class="dat">{{.Date | datef "02/01/2006"}}</small>
</div>
{{end}}
</section>
<p class="atr">Generated by <a href="https://git.sr.ht/~sircmpwn/openring">openring</a></p>