From a7094ae62080e3c1dfbde4f03f325e592b8ac105 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 11 Mar 2019 23:37:38 +0900 Subject: [PATCH] remove unneeded meta tags ``` ``` I realise that these meta tags aren't doing any harm - but they are not needed at all and take up a few bytes of the page loading. - The `HandheldFriendly` meta tag was used for a very old version of BlackBerry. REF: https://developer.blackberry.com/playbook/html5/documentation/handheldfriendly.html - The `MobileOptimized` meta tag was used for a very old version of Windows Mobile 5 / 6 (before even Windows Phone 7, 8 and Windows Mobile 10!). --- themes/gohugoioTheme/layouts/_default/baseof.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/themes/gohugoioTheme/layouts/_default/baseof.html b/themes/gohugoioTheme/layouts/_default/baseof.html index ce2093fd2..6c579fcfc 100644 --- a/themes/gohugoioTheme/layouts/_default/baseof.html +++ b/themes/gohugoioTheme/layouts/_default/baseof.html @@ -10,8 +10,6 @@ {{/* NOTE: the Site's title, and if there is a page title, that is set too */}} {{ block "title" . }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }} - - {{ .Hugo.Generator }}