chore(head.html): remove theme version in generator meta

This commit is contained in:
olOwOlo 2019-09-08 22:45:41 +08:00
parent 024ebc1733
commit d39d3e4439
No known key found for this signature in database
GPG key ID: 456394B6E7A15EA6

View file

@ -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 }}" />