aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/layouts/_default/list.html
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-04-28 02:02:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-04-28 02:02:40 +0200
commit808a653cd9b1fa8757e40951067e888d4b990be4 (patch)
tree8f99ba463b37a969be3b26fa48abbc19e31c8ff6 /themes/simple/layouts/_default/list.html
parentfcd75263030e3289f8593817cccea46662e85b90 (diff)
downloadmitjafelicijan.com-808a653cd9b1fa8757e40951067e888d4b990be4.tar.gz
Added BakingonaGrill shoutout and fixed broken RSS feed
Diffstat (limited to 'themes/simple/layouts/_default/list.html')
-rwxr-xr-xthemes/simple/layouts/_default/list.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html
index 8d72aed..c8373bb 100755
--- a/themes/simple/layouts/_default/list.html
+++ b/themes/simple/layouts/_default/list.html
@@ -1,6 +1,11 @@
1{{ define "main" }} 1{{ define "main" }}
2<main role="main" class="container-blog mx-auto px-6 md:p-0"> 2<main role="main" class="container-blog mx-auto px-6 md:p-0">
3 3
4 <a class="block rounded bg-yellow-50 hover:bg-yellow-100 border border-yellow-300 mb-10 px-4 py-3" href="https://bakingonagrill.com" target="_blank">
5 <p class="font-semibold">Baking on a Grill</p>
6 <p>Microblog and experiments about/with Plan9 operating system and other silly ideas.</p>
7 </a>
8
4 <h1 class="text-2xl font-bold mb-6">Blog posts</h1> 9 <h1 class="text-2xl font-bold mb-6">Blog posts</h1>
5 10
6 <!-- List of all blog posts --> 11 <!-- List of all blog posts -->
@@ -31,4 +36,4 @@
31 {{ partial "openring.html" . }} 36 {{ partial "openring.html" . }}
32 37
33</main> 38</main>
34{{ end }} \ No newline at end of file 39{{ end }}