From 12fc52e060b4f068f63b49a1df77882e61ed3c71 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 13 Jan 2018 13:16:41 -0500 Subject: [PATCH] Tweaked Google assets. --- layouts/_default/baseof.html | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 1e0de9b..75aadf8 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -19,9 +19,25 @@ {{- if not .IsHome }}{{ .Title }} - {{ .Site.Title }}{{- else }}{{ .Site.Title }} - {{ .Site.Params.Tagline }}{{- end}} - {{ if eq (getenv "HUGO_ENV") "PRD" }} - {{ else }} - {{ end }} + + + {{ if eq (getenv "HUGO_ENV") "PRD" }} + + + + + + + + + {{ else }} + + {{ end }} @@ -34,23 +50,11 @@ - - {{ if eq (getenv "HUGO_ENV") "PRD" }} - - + {{- if eq (getenv "HUGO_ENV") "PRD" }} - - - - {{- end }} {{- block "scripts" . }}{{- end }}