From 51b5b6541f4a712a97291cf916fb910fcbccd463 Mon Sep 17 00:00:00 2001 From: remeh Date: Mon, 7 Nov 2016 19:28:30 +0100 Subject: [PATCH 1/2] layouts: replace all get on Params. --- layouts/partials/footer_scripts.html | 6 +++--- layouts/partials/head_includes.html | 12 ++++++------ layouts/partials/header.html | 28 ++++++++++++++-------------- layouts/partials/meta.html | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/layouts/partials/footer_scripts.html b/layouts/partials/footer_scripts.html index a2140c0..0952415 100644 --- a/layouts/partials/footer_scripts.html +++ b/layouts/partials/footer_scripts.html @@ -1,18 +1,18 @@ -{{ if .Site.Params.GATracker }} +{{ if .Site.Param "GATracker" }} {{ end }} -{{ if .Site.Params.HighlightJS }} +{{ if .Site.Param "HighlightJS" }}