Improve content template.
This commit is contained in:
parent
37e96c4293
commit
3386d11255
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue