fix: add schema.org metadata to docs sections (#347)
This commit is contained in:
parent
7df6057ca0
commit
2dbe3a4a5f
3 changed files with 3 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue