From 8124777a188a942b257d51f0cfecc5e82120a7ed Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Sat, 10 Aug 2019 22:25:22 +0900 Subject: [PATCH] remove deprecated meta tags for old Windows Mobile and BlackBerry (#191) --- layouts/_default/baseof.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9dece9f..fe282d3 100755 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -5,9 +5,6 @@ {{/* NOTE: the Site's title, and if there is a page title, that is set too */}} {{ block "title" . }}{{ .Site.Title }} {{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} - - - {{ .Hugo.Generator }} {{/* NOTE: For Production make sure you add `HUGO_ENV="production"` before your build command */}}