Fix schemas syntax in doc
This commit is contained in:
@@ -247,7 +247,7 @@ microdata = {} # Microdata non-property attributes (all except itemprop) for the
|
|||||||
# itemtype = "https://schema.org/Chapter
|
# itemtype = "https://schema.org/Chapter
|
||||||
schemas = [] # Page JSON-LD schemas
|
schemas = [] # Page JSON-LD schemas
|
||||||
# Example:
|
# Example:
|
||||||
# [paige.pages.schemas]
|
# [[paige.pages.schemas]]
|
||||||
# "@context" = "https://schema.org"
|
# "@context" = "https://schema.org"
|
||||||
# "@type" = "Book"
|
# "@type" = "Book"
|
||||||
# name = "My Book"
|
# name = "My Book"
|
||||||
@@ -288,7 +288,7 @@ base_schema = {} # JSON-LD schema that all site schemas override
|
|||||||
# url = "https://example.com"
|
# url = "https://example.com"
|
||||||
schemas = [] # Site JSON-LD schemas
|
schemas = [] # Site JSON-LD schemas
|
||||||
# Example:
|
# Example:
|
||||||
# [paige.site.schemas]
|
# [[paige.site.schemas]]
|
||||||
# "@context" = "https://schema.org"
|
# "@context" = "https://schema.org"
|
||||||
# "@type" = "Organization"
|
# "@type" = "Organization"
|
||||||
# name = "Acme"
|
# name = "Acme"
|
||||||
|
|||||||
Reference in New Issue
Block a user