Add slug to adoc template.

This commit is contained in:
tastytea 2020-11-17 22:59:03 +01:00
parent ac21248255
commit 767e0bbcf6
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 0 deletions

View File

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