From 6a25f3eef1cd6cb5c0c493c4776e4020440b660f Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 26 Sep 2016 09:26:00 +0300 Subject: [PATCH] layouts: Move all meta tags to head-meta.html partial --- layouts/_default/baseof.html | 5 ----- layouts/partials/head-meta.html | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 5bae7cb..caa1945 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -2,11 +2,6 @@ - - - - {{ "" | safeHTML }} - {{ partial "head-meta.html" . }} diff --git a/layouts/partials/head-meta.html b/layouts/partials/head-meta.html index aed026b..cad9afb 100644 --- a/layouts/partials/head-meta.html +++ b/layouts/partials/head-meta.html @@ -2,6 +2,11 @@ {{ $description := .Params.description | default .Site.Params.description }} {{ $author := .Params.author | default .Site.Params.author }} + + + + {{ "" | safeHTML }} +