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

View File

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

8
archetypes/post.md Normal file
View File

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