🔥 Remove generator tag to revert to default Hugo behaviour

Fixes #179
This commit is contained in:
James Panther
2022-05-01 10:53:27 +10:00
parent 04a44fcd07
commit 00daa189d0
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -93,10 +93,6 @@
{{ template "_internal/twitter_cards.html" . }}
{{/* Schema */}}
{{ partial "schema.html" . }}
{{/* Generator */}}
{{ if .Site.Params.attribution | default true }}
{{ hugo.Generator }}
{{ end }}
{{/* Me */}}
{{ with .Site.Author.name }}<meta name="author" content="{{ . }}" />{{ end }}
{{ with .Site.Author.links }}