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

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

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