change archetypes

This commit is contained in:
Gardient
2018-02-18 16:51:37 +02:00
parent 4ff8ac3fc2
commit 268c1b7701
2 changed files with 13 additions and 8 deletions

8
archetypes/post.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }}
tags: []
categories: []
description: ""
draft: true
---