aboutsummaryrefslogtreecommitdiff
path: root/templates/openring.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-11-01 22:54:27 +0100
commit2417a6b7603524dc5cd30d29b153f91024b9443d (patch)
tree9be5ea8e5baba96dd9159217da6badf6157fb595 /templates/openring.html
parent89ba3497f07a8ea43d209b583f39fcc286acc923 (diff)
downloadmitjafelicijan.com-2417a6b7603524dc5cd30d29b153f91024b9443d.tar.gz
Move to Jekyll
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>