Skip to content

Commit

Permalink
fix(docsy): remove google_news ref from theme to allow render again
Browse files Browse the repository at this point in the history
  • Loading branch information
KellyMerrick committed Jul 17, 2023
1 parent e590ec2 commit 4797ed8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion themes/docsy/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 4797ed8

Please sign in to comment.