mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-12 09:47:29 -05:00
Use humanize instead of title in archetypes
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
title: {{ replace .Name "-" " " | humanize }}
|
||||
menu: main
|
||||
toc: true
|
||||
comments: false
|
||||
|
Reference in New Issue
Block a user