diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2019-09-08 22:45:41 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2019-09-08 22:45:41 +0800 |
commit | d39d3e443953caea05510b19fdd7a259c71a0ab3 (patch) | |
tree | 0e3041503481dcb8d315ad517dabb950b8cb8384 /layouts | |
parent | 024ebc173320212e562cc0baa2a72a7ea3405180 (diff) |
chore(head.html): remove theme version in generator meta
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index bdfaedd..d602390 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -33,7 +33,7 @@ {{ with .Site.Params.googleVerification }}<meta name="google-site-verification" content="{{.}}" />{{ end }} <!-- Site Generator --> -<meta name="generator" content="Hugo {{ .Site.Hugo.Version }} with even 4.0.0" /> +<meta name="generator" content="Hugo {{ .Site.Hugo.Version }} with theme even" /> <!-- Permalink & RSSlink --> <link rel="canonical" href="{{ .Permalink }}" /> |