add support for tags
This commit is contained in:
parent
16d17f7ed7
commit
f653ed944f
6 changed files with 47 additions and 1 deletions
|
|
@ -23,6 +23,8 @@
|
|||
description: none,
|
||||
/// Author of the site for metadata, default to document.author
|
||||
author: none,
|
||||
/// Tags describing the content of the page
|
||||
tags: (),
|
||||
/// Additional stylesheet for the page: must be a list of url
|
||||
stylesheets: (),
|
||||
/// List of related sites for metadata
|
||||
|
|
@ -53,6 +55,7 @@
|
|||
site-name: site-name,
|
||||
description: description,
|
||||
author: author,
|
||||
tags: tags,
|
||||
stylesheets: stylesheets,
|
||||
me-links: me-links
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue