Fix archetype.

This commit is contained in:
tastytea 2021-07-09 14:38:47 +02:00
parent 17780f166c
commit 9e77cb14d4
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07

View File

@ -1,6 +1,6 @@
--- ---
title: "{{ replace .TranslationBaseName "-" " " | title }}" title: "{{ replace .TranslationBaseName "-" " " }}"
slug: {{ .Name }} slug: "{{ replace .TranslationBaseName "_" "-" | urlize }}"
description: null description: null
date: {{ .Date }} date: {{ .Date }}
type: {{ .Type }} type: {{ .Type }}