Improve content template.
This commit is contained in:
parent
37e96c4293
commit
3386d11255
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: "{{ replace .Name "-" " " | title }}"
|
title: "{{ replace (replace .Name "draft-" "") "-" " " | title }}"
|
||||||
author: "Anna"
|
author: "Anna"
|
||||||
date: {{ .Date | .dateFormat (.Site.Params.dateformat)" }}
|
date: {{ .dateFormat (.Site.Params.dateformat) .Date }}
|
||||||
draft: true
|
draft: true
|
||||||
tags:
|
tags:
|
||||||
- tag1
|
- tag1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user