Update hugo internal templates

Remove .Site.Authors from embedded templates

https://github.com/gohugoio/hugo/commit/f6745ad3588a7b3aaae228fec18fe0027affd566
This commit is contained in:
Aditya Telange
2021-05-01 11:32:45 +05:30
parent 20b91ad2aa
commit 24e5d82ecb
2 changed files with 0 additions and 13 deletions
@@ -31,8 +31,3 @@
{{ with .Site.Social.twitter -}}
<meta name="twitter:site" content="@{{ . }}"/>
{{ end -}}
{{ range .Site.Authors }}
{{ with .twitter -}}
<meta name="twitter:creator" content="@{{ . }}"/>
{{ end -}}
{{ end -}}