Add basic schema.org data

This commit is contained in:
2021-11-19 19:16:06 -06:00
parent 7a73432238
commit 1f080d9092
2 changed files with 52 additions and 0 deletions

View File

@ -33,6 +33,7 @@
{{ 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 }}">