- Without the EXPORT_ prefix, those properties were as good as not present; only the default values were exported. - Hugo does not like slashes in dates; fix that - Also add the resultant .md filemaster
parent
e4640d2817
commit
8aaa95b927
2 changed files with 17 additions and 4 deletions
@ -0,0 +1,13 @@ |
||||
--- |
||||
title : "Menu Meta Data in YAML Front Matter" |
||||
date : 2017-07-17 |
||||
tags : [] |
||||
draft : false |
||||
menu : |
||||
main: |
||||
identifier : "menu-meta-data-in-yaml-front-matter" |
||||
parent : "posts" |
||||
weight : 100 |
||||
--- |
||||
|
||||
Testing the addition of *menu* meta data to the front matter. |
||||
Loading…
Reference in new issue