Add title & date to archetype required for Hugo v0.24

This commit is contained in:
Michael Romero 2017-07-03 23:52:43 -07:00
commit b343b071ba

View file

@ -1,4 +1,6 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
subtitle: ""
tags: []
---