Update archetypes

This commit is contained in:
Hanzei 2018-07-27 00:47:40 +02:00
parent e4ec06596d
commit 5acfe4a773
No known key found for this signature in database
GPG key ID: 69A2DEFD98937BA0
2 changed files with 7 additions and 1 deletions

5
archetypes/home.md Normal file
View file

@ -0,0 +1,5 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
draft: true
weight: 0
---

View file

@ -1,6 +1,7 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
external_link: ""
date: {{ .Date }}
weight: 0
external_link: ""
draft: true
---