aboutsummaryrefslogtreecommitdiff
path: root/templates/openring.html
blob: 5eb52e98a20f844591122a21a67c7de8a40e0a2e (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>