From 0c20def9e66b3d57d42c45b987316d95da08a232 Mon Sep 17 00:00:00 2001 From: David Kebler Date: Thu, 20 Apr 2017 13:11:36 -0700 Subject: [PATCH] few minor changes - and offpage modal filter --- layouts/partials/head/fonts.html | 2 +- layouts/partials/modals.html | 2 +- static/css/base.css | 3 ++- static/css/page.css | 3 ++- static/js/fitToWindow.js | 16 ++++++++-------- static/js/page.js | 4 ++-- 6 files changed, 16 insertions(+), 14 deletions(-) diff --git a/layouts/partials/head/fonts.html b/layouts/partials/head/fonts.html index ccf1344..71a635b 100644 --- a/layouts/partials/head/fonts.html +++ b/layouts/partials/head/fonts.html @@ -21,7 +21,7 @@ {{ end }} - {{ with .hero.headline_font }} + {{ with .hero.headlines_font }} {{ end }} diff --git a/layouts/partials/modals.html b/layouts/partials/modals.html index cf1e043..00d64f2 100644 --- a/layouts/partials/modals.html +++ b/layouts/partials/modals.html @@ -1,4 +1,4 @@ -{{ range where .Site.RegularPages "Section" "modal" }} +{{ range where .Site.RegularPages "Section" "modals" }}