diff options
Diffstat (limited to 'layouts')
-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 5608fea1..7f2e20b5 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> |