set slug to filename
This commit is contained in:
parent
a3da2012d2
commit
93e02abe84
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace .Name "-" " " | title }}"
|
||||||
date: {{ .Date }}
|
date: {{ .Date }}
|
||||||
|
slug: {{ .File.BaseFileName }}
|
||||||
tags:
|
tags:
|
||||||
- notag
|
- notag
|
||||||
draft: true
|
draft: true
|
||||||
|
Loading…
Reference in New Issue
Block a user