Skip to content

Commit

Permalink
Merge pull request spf13#8 from nonumeros/master
Browse files Browse the repository at this point in the history
TranslationBaseName replaced for Name on archetypes template
  • Loading branch information
htr3n authored May 28, 2018
2 parents b23f181 + fec92ff commit 486a427
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 486a427

Please sign in to comment.