Markdown metadata parser

This commit is contained in:
NGPixel
2016-08-24 17:17:59 -04:00
parent 2f7056a29e
commit d49f56e022
3 changed files with 27 additions and 19 deletions

View File

@@ -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