Markdown metadata parser
This commit is contained in:
@@ -37,9 +37,9 @@ block content
|
||||
|
||||
.column
|
||||
|
||||
h1.title#title= pageData.title
|
||||
if pageData.subtitle
|
||||
h2.subtitle= pageData.subtitle
|
||||
h1.title#title= pageData.meta.title
|
||||
if pageData.meta.subtitle
|
||||
h2.subtitle= pageData.meta.subtitle
|
||||
.content.mkcontent
|
||||
!= pageData.html
|
||||
|
||||
|
Reference in New Issue
Block a user