mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 11:46:41 +02:00
Fix archetypes bug with Go templates (#59)
This commit is contained in:

committed by
Michael Noronha

parent
0f221769f3
commit
9e5801cb86
@@ -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"
|
||||||
|
Reference in New Issue
Block a user