Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-09 12:37:43 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-09 12:37:43 +0300
commit4fc5b7467f626c844941847a24a3e283436d8010 (patch)
treeb60e745589c8432810f4efadff92174858a35e82 /layouts/index.html
parent652caeabb1fac63360209e2472dd983224652dac (diff)
fix: add margin-top to site footer
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 1d37a13..1d5182d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -13,8 +13,9 @@
{{ range $index, $element := $pag.Pages }}
{{ partial "article-list/default" . }}
{{ end }}
- {{- partial "pagination.html" . -}}
</section>
+
+ {{- partial "pagination.html" . -}}
{{ partialCached "footer" . }}
</main>