Skip to content

Commit

Permalink
Remove _google_news template
Browse files Browse the repository at this point in the history
Because it was removed in Hugo v0.111.0: https://github.com/gohugoio/hugo/releases?q=_google_news&expanded=true

Using Hugo v0.111.0 with that template causes `hugo server` to fail.
  • Loading branch information
MarkoMin committed Mar 4, 2024
1 parent 9b296b7 commit 8853c39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/partials/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{{ partialCached "favicons.html" . }}
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
{{- template "_internal/opengraph.html" . -}}
{{- template "_internal/google_news.html" . -}}
{{- template "_internal/schema.html" . -}}
{{- template "_internal/twitter_cards.html" . -}}
{{ if eq (getenv "HUGO_ENV") "production" }}
Expand Down

0 comments on commit 8853c39

Please sign in to comment.