mirror of
https://github.com/Noettore/cocoa-eh-hugo-theme.git
synced 2025-10-15 03:36: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 }}
|
||||
draft = true
|
||||
meta_img = "/images/image.jpg"
|
||||
|
Reference in New Issue
Block a user