TranslationBaseName replaced for Name on archetypes template
This commit is contained in:
parent
b23f181da3
commit
fec92ff560
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
tags : ["Dev", "Go"]
|
||||
categories : ["Dev", "Go"]
|
||||
|
|
Loading…
Reference in a new issue