mirror of
https://github.com/osmarks/website
synced 2024-11-08 12:19:54 +00:00
14 lines
519 B
HTML
14 lines
519 B
HTML
<h3>From other blogs</h3>
|
|
<section class="atl">
|
|
{{range .Articles}}
|
|
<div class="art">
|
|
<a class="ttl" href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
|
|
<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> |