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"
|
||||
date: {{ .Date | .dateFormat (.Site.Params.dateformat)" }}
|
||||
date: {{ .dateFormat (.Site.Params.dateformat) .Date }}
|
||||
draft: true
|
||||
tags:
|
||||
- tag1
|
||||
|
|
Loading…
Reference in New Issue
Block a user