Skip to content

Commit

Permalink
chore(head.html): remove theme version in generator meta
Browse files Browse the repository at this point in the history
  • Loading branch information
olOwOlo committed Sep 8, 2019
1 parent 024ebc1 commit d39d3e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}" />
Expand Down

0 comments on commit d39d3e4

Please sign in to comment.