hexo-theme-amane/include/schema/misc/meta.json

10 lines
383 B
JSON
Raw Normal View History

2019-12-24 23:05:37 +00:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "/misc/meta.json",
"description": "Additional HTML meta tags in an array",
"type": "array",
"items": {
"type": "string",
"description": "Meta tag specified in <attribute>=<value> style\nE.g., name=theme-color;content=#123456 => <meta name=\"theme-color\" content=\"#123456\">"
}
}