diff options
author | Nicholas Johnson <> | 2025-07-27 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <> | 2025-07-27 00:00:00 +0000 |
commit | 36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc (patch) | |
tree | b0511d539b61492f33314108c3a14758edfc3910396d4071f6077e4abfe9c23b /layouts/single.html | |
parent | fe03420640a0c8df373c5dcacb47c93647575e6064f11468460ab655dcb2d2db (diff) | |
download | hugo-theme-journal-36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc.tar.gz hugo-theme-journal-36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc.zip |
Make footer stick to bottom of page
Diffstat (limited to 'layouts/single.html')
-rw-r--r-- | layouts/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/single.html b/layouts/single.html index fdfa777..67029c0 100644 --- a/layouts/single.html +++ b/layouts/single.html @@ -5,7 +5,7 @@ {{- if (.Page.Params.pageinfo | default true) }} <p>{{ partial "pageinfo.html" . }}</p> {{- end }} -<main> +<main class="main"> <h1 id="{{ .File.TranslationBaseName }}">{{ .Name }}</h1> {{ chomp (.Content) }} </main> |