style code
This commit is contained in:
parent
73943c5022
commit
7e0235fb88
6 changed files with 51 additions and 24 deletions
|
|
@ -22,9 +22,9 @@
|
|||
og-type: "website",
|
||||
/// Name of the site for metadata of the page
|
||||
site-name: none,
|
||||
/// Description of the site for metadata #TODO default to document.description
|
||||
/// Description of the site for metadata, default to document.description
|
||||
description: none,
|
||||
/// Author of the site for metadata #TODO default to document.author
|
||||
/// Author of the site for metadata, default to document.author
|
||||
author: none,
|
||||
/// Additional stylesheet for the page: must be a list of url
|
||||
stylesheets: (),
|
||||
|
|
@ -35,10 +35,6 @@
|
|||
body
|
||||
) = {
|
||||
show: html_show
|
||||
|
||||
if title == none {
|
||||
title = context document.title
|
||||
}
|
||||
html.html(lang: lang, {
|
||||
html_head(
|
||||
url,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue