fix archetype content

This commit is contained in:
matcornic 2017-08-20 17:10:10 +02:00
parent cd75621517
commit 1e46e6b5f8
2 changed files with 16 additions and 15 deletions

View file

@ -1,11 +1,13 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
weight: 5
pre: "<b>X. </b>" # HTML code as prefix in the menu
---
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
weight = 5
chapter = true
pre = "<b>X. </b>"
+++
### Chapter X
# Some Chapter title
Lorem Ipsum.
Notice `draft` is set to true.

View file

@ -1,8 +1,7 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
weight: 5
---
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
weight = 5
+++
Lorem Ipsum.
Notice `draft` is set to true.