aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2018-07-25 17:24:47 +0200
committerÓscar Nájera <hello@oscarnajera.com>2018-07-25 17:24:47 +0200
commitd86f1547b3e64038ccf9f98e2c7f45aa1d2b3329 (patch)
tree94058d99171bda0e353fd166ee7648c59429899d /layouts/index.html
parent24252c0df0008994a1ee6935d7ecd26352465db3 (diff)
downloadhugo-minimalist-theme-d86f1547b3e64038ccf9f98e2c7f45aa1d2b3329.tar.gz
hugo-minimalist-theme-d86f1547b3e64038ccf9f98e2c7f45aa1d2b3329.tar.bz2
hugo-minimalist-theme-d86f1547b3e64038ccf9f98e2c7f45aa1d2b3329.zip
fix because top navbar is fixed need top padding in content
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 30c38ae..eb6d5c6 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<div id="content" class="bg-near-white pb2">
+<div id="content" class="bg-near-white pb2 pt4">
<!-- Note that .Data.Pages is the equivalent of .Site.Pages on the homepage template. -->
{{ $paginator := .Paginate (where .Data.Pages "Section" "post") }}