You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.
Enable yaml page name propery or some other property to map to the the HTML page's <title> element value. This will show up in search engine results, bookmarks, tab/window headings. Having pages with unique titles is also needed for good accessibility (https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-title.html).
The text was updated successfully, but these errors were encountered:
It uses the global title variable from stache.yml file. If the local page has a title variable set in the YAML Front Matter, that is appended (separated with |).
Enable yaml page
name
propery or some other property to map to the the HTML page's<title>
element value. This will show up in search engine results, bookmarks, tab/window headings. Having pages with unique titles is also needed for good accessibility (https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-title.html).The text was updated successfully, but these errors were encountered: