We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5460667 commit a02d0eeCopy full SHA for a02d0ee
2 files changed
.gitignore
@@ -5,3 +5,4 @@
5
public/
6
resources/_gen
7
.hugo_build.lock
8
+node_modules/
layouts/partials/head.html
@@ -16,7 +16,6 @@
16
{{ partialCached "favicons.html" . }}
17
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
18
{{- template "_internal/opengraph.html" . -}}
19
-{{- template "_internal/google_news.html" . -}}
20
{{- template "_internal/schema.html" . -}}
21
{{- template "_internal/twitter_cards.html" . -}}
22
{{ if hugo.IsProduction }}
0 commit comments