summaryrefslogtreecommitdiff
path: root/layouts/brain-rot/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/brain-rot/baseof.html')
-rw-r--r--layouts/brain-rot/baseof.html6
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>