aboutsummaryrefslogtreecommitdiff
path: root/templates/openring.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-30 14:42:34 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-30 14:42:34 +0100
commitd554a5924d63d3e8ef68a8e573d9f266ff80d95e (patch)
treecea2c9be99e3f7af7d1141bd3fc517fea767b544 /templates/openring.html
parent5dbfb0ecec4d45c39bbfe292d8084e2e8e1910c2 (diff)
downloadmitjafelicijan.com-d554a5924d63d3e8ef68a8e573d9f266ff80d95e.tar.gz
Made the side more retro!
Diffstat (limited to 'templates/openring.html')
-rw-r--r--templates/openring.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/openring.html b/templates/openring.html
index 37776ab..38ef7f2 100644
--- a/templates/openring.html
+++ b/templates/openring.html
@@ -3,12 +3,10 @@
3<ul> 3<ul>
4 {{ range .Articles }} 4 {{ range .Articles }}
5 <li> 5 <li>
6 <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a> 6 <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a> — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a>
7 <div>{{ .Summary }} — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a> 7 <div>{{ .Summary }}
8 </li> 8 </li>
9 {{ end }} 9 {{ end }}
10</ul> 10</ul>
11 11
12<p> 12<p>Generated with <a href="https://git.sr.ht/~sircmpwn/openring" target="_blank" rel="noopener">openring</a>.</p>
13 <a href="https://git.sr.ht/~sircmpwn/openring">Generated with openring.</a>
14</p>