diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-04-28 02:15:22 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-04-28 02:15:22 +0200 |
| commit | 34fb3618a404b0769e1168d2650d7ac6ccb574be (patch) | |
| tree | 6a3b4e2e8c99df2d5dba332088b9e601cf39a05a /themes/simple/layouts/_default | |
| parent | 808a653cd9b1fa8757e40951067e888d4b990be4 (diff) | |
| download | mitjafelicijan.com-34fb3618a404b0769e1168d2650d7ac6ccb574be.tar.gz | |
Added Plan9 logo to the link card
Diffstat (limited to 'themes/simple/layouts/_default')
| -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> |
