aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/openring
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-11-03 20:22:26 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-11-03 20:22:26 +0100
commitbdc60d7d56b5384f13feaaccef28e63d77f15933 (patch)
tree54fe3080ccfe4a41c7a3730464723f593cf5e5a0 /themes/simple/openring
parenta9562e7a600dff4b9380e4527f25ebdaf61a9c54 (diff)
downloadmitjafelicijan.com-bdc60d7d56b5384f13feaaccef28e63d77f15933.tar.gz
A bunch of fixes for aria and code cleanup
Diffstat (limited to 'themes/simple/openring')
-rwxr-xr-xthemes/simple/openring/openring.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html
index 48444f8..577ec5c 100755
--- a/themes/simple/openring/openring.html
+++ b/themes/simple/openring/openring.html
@@ -1,16 +1,16 @@
1<section class="mb-10"> 1<section class="mb-10">
2 <h4 class="text-2xl font-bold mb-6">Articles from blogs I follow around the net</h4> 2 <h2 class="text-2xl font-bold mb-6">Articles from blogs I follow around the net</h2>
3 3
4 <section> 4 <section>
5 {{range .Articles}} 5 {{ range .Articles }}
6 <article class="mb-6"> 6 <article class="mb-6">
7 <a href="{{.Link}}" target="_blank" rel="noopener" class="font-semibold mb-1 hover:bg-yellow-100">{{.Title}}</a> 7 <a href="{{ .Link }}" target="_blank" rel="noopener" class="font-semibold mb-1 hover:bg-yellow-100">{{ .Title }}</a>
8 <p class="mb-1 text-gray-600 text-sm">{{.Summary}}</p> 8 <p class="mb-1 text-gray-600 text-sm">{{ .Summary }}</p>
9 <div class="text-gray-400 text-xs"> 9 <div class="text-gray-400 text-xs">
10 Via <a href="{{.SourceLink}}" class="underline">{{.SourceTitle}}</a> on {{.Date | datef "January 2, 2006"}} 10 Via <a href="{{ .SourceLink }}" class="underline">{{ .SourceTitle }}</a> on {{ .Date | datef "January 2, 2006" }}
11 </div> 11 </div>
12 </article> 12 </article>
13 {{end}} 13 {{ end }}
14 </section> 14 </section>
15 15
16 <p class="text-sm text-gray-600"> 16 <p class="text-sm text-gray-600">