mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
fix(layouts/partials/head.html): fix hugo 0.55 warning (#161)
Closes #158
This commit is contained in:
parent
90598768ad
commit
add91d5540
1 changed files with 1 additions and 1 deletions
|
@ -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 }}" />
|
||||
|
|
Loading…
Reference in a new issue