Skip to content

Commit

Permalink
fix(layouts/partials/head.html): fix hugo 0.55 warning (#161)
Browse files Browse the repository at this point in the history
Closes #158
  • Loading branch information
nusr authored and olOwOlo committed Sep 3, 2019
1 parent 9059876 commit add91d5
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 {{ .Hugo.Version }} with even 4.0.0" />
<meta name="generator" content="Hugo {{ .Site.Hugo.Version }} with even 4.0.0" />

<!-- Permalink & RSSlink -->
<link rel="canonical" href="{{ .Permalink }}" />
Expand Down

0 comments on commit add91d5

Please sign in to comment.