diff options
Diffstat (limited to 'themes')
| -rwxr-xr-x | themes/simple/layouts/_default/list.html | 7 |
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 }} |
