aboutsummaryrefslogtreecommitdiff
path: root/themes/simple
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-11-03 21:36:58 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-11-03 21:36:58 +0100
commitf718ba2411b7caa18872724d5d3edb95e844337d (patch)
tree99a68c133c136944d979e9bb7f78ef2df5584e98 /themes/simple
parent45b7443aa8f5da1585868213728687364e99831a (diff)
downloadmitjafelicijan.com-f718ba2411b7caa18872724d5d3edb95e844337d.tar.gz
Unify some of the styles
Diffstat (limited to 'themes/simple')
-rwxr-xr-xthemes/simple/openring/openring.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html
index 577ec5c..bd9ac55 100755
--- a/themes/simple/openring/openring.html
+++ b/themes/simple/openring/openring.html
@@ -4,16 +4,16 @@
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-medium 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-sm text-gray-600">{{ .Summary }}</p>
9 <div class="text-gray-400 text-xs"> 9 <div class="text-gray-500 font-medium 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-500">
17 <a href="https://git.sr.ht/~sircmpwn/openring" class="no-underline hover:underline">Generated by openring.</a> 17 <a href="https://git.sr.ht/~sircmpwn/openring" class="no-underline hover:underline">Generated with openring.</a>
18 </p> 18 </p>
19</section> 19</section>