Merge pull request #49 from mtn/archetype

Correct the default archetype
This commit is contained in:
Alexis Tacnet
2017-08-15 19:57:09 +02:00
committed by GitHub

View File

@@ -1,11 +1,10 @@
+++ +++
title: "{{ replace .TranslationBaseName "-" " " | title }}" title = "{{ replace .TranslationBaseName "-" " " | title }}"
date: {{ .Date }} date = {{ .Date }}
draft: true draft = true
meta_img = "/images/image.jpg" meta_img = "/images/image.jpg"
tags = ["tags"] tags = ["tags"]
description = "Desc" description = "Desc"
hacker_news_id = "" hacker_news_id = ""
lobsters_id = "" lobsters_id = ""
title = "Title"
+++ +++