blob: be91912d9f418e41d869f52256bdac61359a151a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<sectiong style="margin-top: 128px;">
<h2>Articles from blogs I read</h2>
<section>
{{range .Articles}}
<div>
<h3>
<a href="{{.Link}}" target="_blank" rel="noopener">{{.Title}}</a>
</h3>
<p>{{.Summary}}</p>
<div>
via <a href="{{.SourceLink}}">{{.SourceTitle}}</a>
</div>
<div>{{.Date | datef "January 2, 2006"}}</div>
</div>
{{end}}
</section>
<div>
<small>
Generated by
<a href="https://git.sr.ht/~sircmpwn/openring">openring</a>
</small>
</div>
</section>
|