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 | |
parent | 0283631c43c46db04e21d5009552d4a9148938e3 (diff) |
feat: johny mnemonic
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/brain-rot/baseof.html | 6 | ||||
-rw-r--r-- | layouts/partials/buttons/openbsd.html | 2 |
2 files changed, 5 insertions, 3 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> diff --git a/layouts/partials/buttons/openbsd.html b/layouts/partials/buttons/openbsd.html index 6a0dda0..2946ef2 100644 --- a/layouts/partials/buttons/openbsd.html +++ b/layouts/partials/buttons/openbsd.html @@ -1 +1 @@ -{{ partial "button-31" (dict "file" "openbsd.gif" "alt" "Powered by OpenBSD" "href" "https://www.gnu.org/software/emacs/") }} +{{ partial "button-31" (dict "file" "openbsd.gif" "alt" "Powered by OpenBSD" "href" "https://www.openbsd.org/") }} |