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 was archived by the owner on Feb 4, 2026. It is now read-only.
Matthew Peveler edited this page May 31, 2021
·
1 revision
Slate supports specifying <meta> tags to the site by modifying your index's YAML front matter. Here, you can specify a meta key, and underneath a list of dictionaries to define the meta tags to be included in your site.
For example, if you wanted to add a description and keywords meta tags, you would include the following:
meta:
- name: descriptioncontent: Documentation for the Kittn API
- name: keywordscontent: Kittn,API,Documentation