aboutsummaryrefslogtreecommitdiff
path: root/templates/openring.html
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-08-08 15:59:08 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-08-08 15:59:08 +0200
commitb770912b5e296a2b79166063094ebbb43fb36c4c (patch)
tree0215ba96c17c9ff0bdfabb23f38c1a269b68b662 /templates/openring.html
parent61c2d688c65e375fcaa563d3e27c4f180ce7cc4c (diff)
downloadmitjafelicijan.com-b770912b5e296a2b79166063094ebbb43fb36c4c.tar.gz
Added openring
Diffstat (limited to 'templates/openring.html')
-rw-r--r--templates/openring.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/templates/openring.html b/templates/openring.html
new file mode 100644
index 0000000..37776ab
--- /dev/null
+++ b/templates/openring.html
@@ -0,0 +1,14 @@
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>
7 <div>{{ .Summary }} — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a>
8 </li>
9 {{ end }}
10</ul>
11
12<p>
13 <a href="https://git.sr.ht/~sircmpwn/openring">Generated with openring.</a>
14</p>