From 2c7e6cf2d716edd0fda6881375ce76ff0b137f7e Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Thu, 8 Aug 2019 21:53:45 +0200 Subject: [PATCH] layout: set the viewport meta tag Co-Authored-by: Igor Milhit --- layouts/partials/head.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 795b51f..7f91b5f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,14 +1,11 @@ - + {{ .Title }} | {{ .Site.Title }} - - {{ with .OutputFormats.Get "RSS" }} {{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} {{ end }} -