ref: 863a812e07193541b42732b0e227f3d320433f01
parent: f08ea02d24d42929676756950f3affaca7fd8c01
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Sun Jan 28 14:38:10 EST 2018
create: Provide .Name to the archetype templates This value will have a better suited value to base the titles on in your archetype templates when creating bundle ´index.md` type of files. The internal template is updates, but you will have to update any custom archetype template to use the new `.Name` variable: ```bash --- title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} draft: true --- ``` Fixes #4348