Use humanize instead of title in archetypes

This commit is contained in:
2021-10-29 01:11:16 -05:00
parent 168c9d93ad
commit ae37e587a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
title: {{ replace .Name "-" " " | title }}
title: {{ replace .Name "-" " " | humanize }}
menu: main
toc: true
comments: false