Remove seo_schema.html

This commit is contained in:
2021-11-20 17:31:02 -06:00
parent 0893c99f97
commit b83e20274f
2 changed files with 0 additions and 56 deletions

View File

@ -33,7 +33,6 @@
{{ partial "opengraph.html" . }}
{{ partial "twitter_cards.html" . }}
{{ partial "schema.html" . }}
{{ partial "seo_schema.html" . }}
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">