From d86f1547b3e64038ccf9f98e2c7f45aa1d2b3329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Wed, 25 Jul 2018 17:24:47 +0200 Subject: fix because top navbar is fixed need top padding in content --- layouts/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/index.html') 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" }} -
+
{{ $paginator := .Paginate (where .Data.Pages "Section" "post") }} -- cgit v1.2.3