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

View file

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