fix: add schema.org metadata to docs sections (#347)

This commit is contained in:
Robert Kaussow 2022-02-17 20:44:08 +01:00 committed by GitHub
parent 7df6057ca0
commit 2dbe3a4a5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View file

@ -17,7 +17,7 @@
"inLanguage": {{ .Lang }}
}
</script>
{{- else if .IsPage }}
{{- else if or (and (not (eq .Type "posts")) (in "section page" .Kind )) (and (eq .Type "posts") (eq .Kind "page")) }}
<script type="application/ld+json">
{
"@context": "http://schema.org",