aboutsummaryrefslogtreecommitdiff
path: root/templates/openring.html
blob: 38ef7f204c0f4d90255f8bb70f1e8ba0fd7cfb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<h2>Posts from blogs I follow around the net</h2>

<ul>
  {{ range .Articles }}
  <li>
    <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a><a href="{{ .SourceLink }}">{{ .SourceTitle }}</a>
	<div>{{ .Summary }}
  </li>
  {{ end }}
</ul>

<p>Generated with <a href="https://git.sr.ht/~sircmpwn/openring" target="_blank" rel="noopener">openring</a>.</p>