<section class="webring">
<header>
<h2>Articles from blogs I follow</h2>
</header>
<section class="articles">
{{- range .Articles }}
<section class="article">
<header>
<h3 class="title">
<a href="{{.Link}}" target="_blank" rel="noopener">{{ .Title }}</a>
</h3>
</header>
<p class="summary">{{ .Summary }}</p>
<small class="source">
via <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a>
on <time datetime="{{ .Date | datef "2006-01-02" }}">{{ .Date | datef "January 2, 2006" }}</time>
</small>
</section>
{{- end }}
</section>
<footer>
<p class="attribution">Generated by <a href="https://git.sr.ht/~sircmpwn/openring">openring</a></p>
</footer>
</section>