aboutsummaryrefslogtreecommitdiff
path: root/themes/bare/openring/openring.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-12-20 20:33:57 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-12-20 20:33:57 +0100
commit1ac073cc30a23b68371e819c77422b4906dd4f20 (patch)
tree52469a6067a714dc93fb5a971ab620dd4a1c6c46 /themes/bare/openring/openring.html
parent6342c2d1cc08bf6edb7f0ffdbdb69ce5b8be62dd (diff)
downloadmitjafelicijan.com-1ac073cc30a23b68371e819c77422b4906dd4f20.tar.gz
Move to bare theme.
Diffstat (limited to 'themes/bare/openring/openring.html')
-rwxr-xr-xthemes/bare/openring/openring.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/themes/bare/openring/openring.html b/themes/bare/openring/openring.html
new file mode 100755
index 0000000..bd9ac55
--- /dev/null
+++ b/themes/bare/openring/openring.html
@@ -0,0 +1,19 @@
1<section class="mb-10">
2 <h2 class="text-2xl font-bold mb-6">Articles from blogs I follow around the net</h2>
3
4 <section>
5 {{ range .Articles }}
6 <article class="mb-6">
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-sm text-gray-600">{{ .Summary }}</p>
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" }}
11 </div>
12 </article>
13 {{ end }}
14 </section>
15
16 <p class="text-sm text-gray-500">
17 <a href="https://git.sr.ht/~sircmpwn/openring" class="no-underline hover:underline">Generated with openring.</a>
18 </p>
19</section>