archetypes/default.md: Add date and title

Hugo 0.24 requires these to be provided by the archetype.
This commit is contained in:
Alan Orth 2017-07-25 16:56:44 +03:00
parent 2dd72d7ec1
commit dfb4e7fabd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
+++
title = "{{ replace .TranslationBaseName "-" " " | title }}"
date = {{ .Date }}
images = ["/2016/10/image.jpg"]
description = ""
categories = ["category"]