summaryrefslogtreecommitdiff
path: root/layouts/cool-emacs/baseof.html
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-06-15 21:27:23 +0200
committermms <michal@sapka.me>2024-06-15 21:27:23 +0200
commit81cc9b4b0384002be78ed795fca60410d7acaa69 (patch)
treef30d95f70c2b40888bb4716244ad41df0f7116cf /layouts/cool-emacs/baseof.html
parent16e1a00e9c600df077d89503c5d0fb5ef79b8191 (diff)
feat: rss & menu
Diffstat (limited to 'layouts/cool-emacs/baseof.html')
-rw-r--r--layouts/cool-emacs/baseof.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/cool-emacs/baseof.html b/layouts/cool-emacs/baseof.html
index 5608fea..7f2e20b 100644
--- a/layouts/cool-emacs/baseof.html
+++ b/layouts/cool-emacs/baseof.html
@@ -130,8 +130,8 @@
<article>
<h1>{{ .Title }}</h1>
- {{ block "main" . }}
- {{ end }}
+ {{ block "main" . }}
+ {{ end }}
</article>
<footer>
@@ -139,6 +139,7 @@
Website created and operated by <a href="https://michal.sapka.me">MichaƂ</a>
<div style="padding: 15px; text-align: center;">
{{ partial "buttons/valid_html" . }}
+ {{ partial "button-31" (dict "file" "rss.gif" "alt" "RSS Feed" "href" "https://michal.sapka.me/cool-emacs/index.xml") }}
{{ partial "buttons/emacs" . }}
{{ partial "buttons/openbsd" . }}
</div>