From 3c100650cd7b4fecf7657e13a77d4c150d7c80f9 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 5 Aug 2019 12:24:16 +0900 Subject: [PATCH] remove deprecated meta tags for old Windows Mobile and BlackBerry --- 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 */}}