aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/openring
diff options
context:
space:
mode:
Diffstat (limited to 'themes/simple/openring')
-rw-r--r--themes/simple/openring/openring.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html
new file mode 100644
index 0000000..e3284b2
--- /dev/null
+++ b/themes/simple/openring/openring.html
@@ -0,0 +1,20 @@
1<section class="mb-10">
2
3 <h4 class="text-2xl font-bold mb-6">Articles from blogs I follow around the net</h4>
4
5 <section>
6 {{range .Articles}}
7 <article class="mb-4">
8 <a href="{{.Link}}" target="_blank" rel="noopener" class="font-semibold mb-1">{{.Title}}</a>
9 <p class="mb-1 text-gray-600 text-sm">{{.Summary}}</p>
10 <div class="text-gray-400 text-xs">
11 Via <a href="{{.SourceLink}}" class="underline">{{.SourceTitle}}</a> on {{.Date | datef "January 2, 2006"}}
12 </div>
13 </article>
14 {{end}}
15 </section>
16
17 <p class="text-sm text-gray-600">
18 <a href="https://git.sr.ht/~sircmpwn/openring" class="no-underline hover:underline">Generated by openring.</a>
19 </p>
20</section>