aboutsummaryrefslogtreecommitdiff
path: root/layouts/term.html
diff options
context:
space:
mode:
authorNicholas Johnson <>2025-07-27 00:00:00 +0000
committerNicholas Johnson <>2025-07-27 00:00:00 +0000
commit36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc (patch)
treeb0511d539b61492f33314108c3a14758edfc3910396d4071f6077e4abfe9c23b /layouts/term.html
parentfe03420640a0c8df373c5dcacb47c93647575e6064f11468460ab655dcb2d2db (diff)
downloadhugo-theme-journal-36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc.tar.gz
hugo-theme-journal-36199a037c6324e86ca1f0f6d0c43e38fa9ffbd1467de13e29aea7d59cdee9cc.zip
Make footer stick to bottom of page
Diffstat (limited to 'layouts/term.html')
-rw-r--r--layouts/term.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/term.html b/layouts/term.html
index 3b268dd..3870c69 100644
--- a/layouts/term.html
+++ b/layouts/term.html
@@ -2,7 +2,7 @@
<nav>
<p>{{ emojify ":link:" }}&nbsp;<a class="link link--internal" href="{{ .Site.Home.RelPermalink }}" rel="noreferrer">{{ i18n "returnHome" }}</a></p>
</nav>
-<main>
+<main class="main">
<h1>{{ .Type | singularize | humanize }} "{{ .Title }}"</h1>
<h2>{{ i18n "feeds" }}</h2>
<p>{{ emojify ":link:" }}&nbsp;<a class="link link--internal" href="{{ print .RelPermalink "atom.xml" }}" rel="noreferrer">{{ i18n "atomFeed" }}</a></p>