Fix archetypes bug with Go templates (#59)

This commit is contained in:
Dobrosław Żybort
2017-10-31 15:10:14 +01:00
committed by Michael Noronha
parent 0f221769f3
commit 9e5801cb86

View File

@@ -1,5 +1,5 @@
+++ +++
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"