aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/openring
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-08 23:25:41 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-08 23:25:41 +0200
commitcd6644ea4ddc78597934ab0ef5ba50e3c3daa927 (patch)
tree03de331a8db6386dfd6fa75155bfbcea6b4feaf3 /themes/simple/openring
parent84ed124529ffeee1590295b8de3a8faf51848680 (diff)
downloadmitjafelicijan.com-cd6644ea4ddc78597934ab0ef5ba50e3c3daa927.tar.gz
Moved to a simpler SSG
Diffstat (limited to 'themes/simple/openring')
-rw-r--r--themes/simple/openring/openring.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html
deleted file mode 100644
index 2ed2a86..0000000
--- a/themes/simple/openring/openring.html
+++ /dev/null
@@ -1,20 +0,0 @@
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 class="grid md:grid-cols-2 gap-10">
5 {{ range .Articles }}
6 <article class="flex flex-col gap-1">
7 <a href="{{ .Link }}" target="_blank" rel="noopener" class="font-medium rounded underline">{{ .Title }}</a>
8 <p class="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>
11 on {{ .Date | datef "January 2, 2006" }}
12 </div>
13 </article>
14 {{ end }}
15 </section>
16
17 <p class="text-sm text-gray-500">
18 <a href="https://git.sr.ht/~sircmpwn/openring" class="no-underline hover:underline">Generated with openring.</a>
19 </p>
20</section>