Skip to content

Commit a02d0ee

Browse files
committed
Clean up the repo
1 parent 5460667 commit a02d0ee

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
public/
66
resources/_gen
77
.hugo_build.lock
8+
node_modules/

layouts/partials/head.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
{{ partialCached "favicons.html" . }}
1717
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }} | {{ end }}{{ .Site.Title }}{{ end }}</title>
1818
{{- template "_internal/opengraph.html" . -}}
19-
{{- template "_internal/google_news.html" . -}}
2019
{{- template "_internal/schema.html" . -}}
2120
{{- template "_internal/twitter_cards.html" . -}}
2221
{{ if hugo.IsProduction }}

0 commit comments

Comments
 (0)