aboutsummaryrefslogtreecommitdiff
path: root/templates/openring.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/openring.html')
-rw-r--r--templates/openring.html12
1 files changed, 0 insertions, 12 deletions
diff --git a/templates/openring.html b/templates/openring.html
deleted file mode 100644
index 5eb52e9..0000000
--- a/templates/openring.html
+++ /dev/null
@@ -1,12 +0,0 @@
1<h2>Posts from blogs I follow around the net</h2>
2
3<ul>
4 {{ range .Articles }}
5 <li>
6 <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a> — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a>
7 <div>{{ .Summary }}
8 </li>
9 {{ end }}
10</ul>
11
12<p>Generated with <a href="https://git.sr.ht/~sircmpwn/openring" target="_blank" rel="noopener">openring</a>.</p>