diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-04-28 02:17:54 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-04-28 02:17:54 +0200 |
| commit | f5aca01234a5eca2000dd8ca6c58262568e422a8 (patch) | |
| tree | 3171c1330e85d9023b20711fc3b1e16edabb2f66 /themes | |
| parent | f3d786e42ac47e5840707edf2940ffca73d775cc (diff) | |
| download | mitjafelicijan.com-f5aca01234a5eca2000dd8ca6c58262568e422a8.tar.gz | |
Changed the copy of Plan9 link card
Diffstat (limited to 'themes')
| -rwxr-xr-x | themes/simple/layouts/_default/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/layouts/_default/list.html b/themes/simple/layouts/_default/list.html index 5c1f697..8d10050 100755 --- a/themes/simple/layouts/_default/list.html +++ b/themes/simple/layouts/_default/list.html | |||
| @@ -2,7 +2,7 @@ | |||
| 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 | <!-- Plan9 microblog promotion link card --> | 4 | <!-- Plan9 microblog promotion link card --> |
| 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"> | 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" title="Baking on a Grill, Plan9 experiments"> |
| 6 | <img class="h-12" src="/general/9logo.png" alt="Plan9 Logo"> | 6 | <img class="h-12" src="/general/9logo.png" alt="Plan9 Logo"> |
| 7 | <div> | 7 | <div> |
| 8 | <p class="font-semibold">Baking on a Grill</p> | 8 | <p class="font-semibold">Baking on a Grill</p> |
