diff options
author | mms <michal@sapka.me> | 2024-06-11 17:12:20 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-11 17:12:20 +0200 |
commit | bb97861ce1258ee419f8224f217cd72b0c521062 (patch) | |
tree | 4817796bcf4a94e1761ad7fbcb99e282a03f5ae9 /layouts/brain-rot/baseof.html | |
parent | 0283631c43c46db04e21d5009552d4a9148938e3 (diff) |
feat: johny mnemonic
Diffstat (limited to 'layouts/brain-rot/baseof.html')
-rw-r--r-- | layouts/brain-rot/baseof.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/layouts/brain-rot/baseof.html b/layouts/brain-rot/baseof.html index f18b7d0..5c8711f 100644 --- a/layouts/brain-rot/baseof.html +++ b/layouts/brain-rot/baseof.html @@ -178,10 +178,11 @@ <nav class="home"> <a href="/brain-rot/">Michal's Brain Rot:</a> </nav> + <hr> + <h1> {{ .Page.Title }}</h1> </header> - <hr> <main> {{ block "main" . }} @@ -189,8 +190,9 @@ </main> <footer> - {{ partial "button-31" (dict "file" "html5.gif" "alt" "Valid HTML" "href" "https://validator.w3.org/check?uri=referer") }} + {{ partial "buttons/valid_html" . }} {{ partial "button-31" (dict "file" "rss.gif" "alt" "RSS Feed" "href" "https://michal.sapka.me/brain-rot/index.xml") }} + {{ partial "buttons/openbsd" . }} </footer> </div> </div> |