diff options
author | mms <michal@sapka.me> | 2024-06-15 21:27:23 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-06-15 21:27:23 +0200 |
commit | 81cc9b4b0384002be78ed795fca60410d7acaa69 (patch) | |
tree | f30d95f70c2b40888bb4716244ad41df0f7116cf /layouts/cool-emacs/baseof.html | |
parent | 16e1a00e9c600df077d89503c5d0fb5ef79b8191 (diff) |
feat: rss & menu
Diffstat (limited to 'layouts/cool-emacs/baseof.html')
-rw-r--r-- | layouts/cool-emacs/baseof.html | 5 |
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> |