Add title & date to archetype required for Hugo v0.24
This commit is contained in:
parent
083f556b7a
commit
b343b071ba
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
subtitle: ""
|
||||
tags: []
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue