diff options
Diffstat (limited to 'themes/simple/layouts/_default/list.html')
| -rwxr-xr-x | themes/simple/layouts/_default/list.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index c8373bb..8a2e7d6 100755 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html | |||
| @@ -1,9 +1,13 @@ | |||
| 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"> | 4 | <!-- Plan9 microblog promotion link card --> |
| 5 | <p class="font-semibold">Baking on a Grill</p> | 5 | <a class="block rounded bg-yellow-300 hover:bg-yellow-400 mb-10 px-4 py-3 flex gap-4 items-center" href="https://bakingonagrill.com" target="_blank"> |
| 6 | <p>Microblog and experiments about/with Plan9 operating system and other silly ideas.</p> | 6 | <img class="h-12" src="/general/9logo.png" alt="Plan9 Logo"> |
| 7 | <div> | ||
| 8 | <p class="font-semibold">Baking on a Grill</p> | ||
| 9 | <p class="text-sm">Microblog and experiments about/with Plan9 operating system and other silly ideas.</p> | ||
| 10 | </div> | ||
| 7 | </a> | 11 | </a> |
| 8 | 12 | ||
| 9 | <h1 class="text-2xl font-bold mb-6">Blog posts</h1> | 13 | <h1 class="text-2xl font-bold mb-6">Blog posts</h1> |
