Replace quotes with backticks for meta tag names

master
Will Faught 4 months ago
parent 1b7b1a89ab
commit e91a792e17

@ -414,8 +414,8 @@ render = "never"
### SEO
The "author", "description", and "keywords" meta tags are generated from the page parameters.
The keywords are the page parameters "keywords", "categories", and "tags".
The `author`, `description`, and `keywords` meta tags are generated from the page parameters.
The keywords are the page parameters `keywords`, `categories`, and `tags`.
A JSON-LD script is generated from the page parameters,
which can be disabled with `paige.pages.disable_auto_schema`.

Loading…
Cancel
Save