aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/openring/openring.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/openring/openring.html')
-rw-r--r--themes/simple/openring/openring.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html
index b1589df..a385324 100644
--- a/themes/simple/openring/openring.html
+++ b/themes/simple/openring/openring.html
@@ -5,7 +5,7 @@
5 <section> 5 <section>
6 {{range .Articles}} 6 {{range .Articles}}
7 <article class="mb-6"> 7 <article class="mb-6">
8 <a href="{{.Link}}" target="_blank" rel="noopener" class="font-semibold mb-1">{{.Title}}</a> 8 <a href="{{.Link}}" target="_blank" rel="noopener" class="font-semibold mb-1 hover:bg-yellow-200">{{.Title}}</a>
9 <p class="mb-1 text-gray-600 text-sm">{{.Summary}}</p> 9 <p class="mb-1 text-gray-600 text-sm">{{.Summary}}</p>
10 <div class="text-gray-400 text-xs"> 10 <div class="text-gray-400 text-xs">
11 Via <a href="{{.SourceLink}}" class="underline">{{.SourceTitle}}</a> on {{.Date | datef "January 2, 2006"}} 11 Via <a href="{{.SourceLink}}" class="underline">{{.SourceTitle}}</a> on {{.Date | datef "January 2, 2006"}}