aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/index.html
diff options
context:
space:
mode:
authorÓscar Nájera <hello@oscarnajera.com>2018-07-15 19:42:49 +0200
committerÓscar Nájera <hello@oscarnajera.com>2018-07-15 19:42:49 +0200
commit8c1cb6a102110a7a10e743c458293723c17558b9 (patch)
tree6e330550a21efcca208bc6f6eb60069d6a8aba04 /layouts/index.html
parent56a0d30ba4263e161979991472489fdc3a3a921f (diff)
downloadhugo-minimalist-theme-8c1cb6a102110a7a10e743c458293723c17558b9.tar.gz
hugo-minimalist-theme-8c1cb6a102110a7a10e743c458293723c17558b9.tar.bz2
hugo-minimalist-theme-8c1cb6a102110a7a10e743c458293723c17558b9.zip
Fix background style changes
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 64edb68..30c38ae 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -1,5 +1,5 @@
{{ define "main" }}
-<div id="content" class="mw7 center">
+<div id="content" class="bg-near-white pb2">
<!-- Note that .Data.Pages is the equivalent of .Site.Pages on the homepage template. -->
{{ $paginator := .Paginate (where .Data.Pages "Section" "post") }}