aboutsummaryrefslogtreecommitdiff
path: root/templates/openring.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:20:22 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-10-31 08:20:22 +0100
commit22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d (patch)
tree6bdf6daa597c3335739fde4e661b6934f02c5b09 /templates/openring.html
parentd554a5924d63d3e8ef68a8e573d9f266ff80d95e (diff)
downloadmitjafelicijan.com-22f5ac8fcec4dbfcc1f5033f18bc4eeca52a747d.tar.gz
Made the side more retro!
Diffstat (limited to 'templates/openring.html')
-rw-r--r--templates/openring.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/openring.html b/templates/openring.html
index 38ef7f2..5eb52e9 100644
--- a/templates/openring.html
+++ b/templates/openring.html
@@ -4,7 +4,7 @@
4 {{ range .Articles }} 4 {{ range .Articles }}
5 <li> 5 <li>
6 <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a> — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a> 6 <a href="{{ .Link }}" target="_blank" rel="noopener">{{ .Title }}</a> — <a href="{{ .SourceLink }}">{{ .SourceTitle }}</a>
7 <div>{{ .Summary }} 7 <div>{{ .Summary }}
8 </li> 8 </li>
9 {{ end }} 9 {{ end }}
10</ul> 10</ul>