Skip to content

Commit

Permalink
TranslationBaseName replaced for Name on archetypes template
Browse files Browse the repository at this point in the history
  • Loading branch information
nonumeros committed May 27, 2018
1 parent b23f181 commit fec92ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archetypes/default.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "{{ replace .TranslationBaseName "-" " " | title }}"
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
tags : ["Dev", "Go"]
categories : ["Dev", "Go"]
Expand Down

0 comments on commit fec92ff

Please sign in to comment.