archetypes: Make hugo new home/<TITLE>.md use the custom widget

This commit is contained in:
George Cushen 2017-10-22 16:02:25 +01:00
commit 7b4bdd22bd

View file

@ -1,7 +1,11 @@
+++
# Custom widget.
widget = "custom"
active = true
date = {{ .Date }}
draft = true
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
title = "{{ replace .TranslationBaseName "-" " " | title }}"
subtitle = ""
# Order that this section will appear in.