New post on hosting, plus some final fixes to the archetype.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
---
|
||||
title: "{{ .Name | replaceRE "^\d{4}-\d{2}-\d{2}-(.*)$" "\1" | replace "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
title: "{{ replace (replace .Name "draft-" "") "-" " " | title }}"
|
||||
date: {{ dateFormat .Site.Params.dateformat .Date }}
|
||||
draft: true
|
||||
tags:
|
||||
- tag1
|
||||
---
|
||||
|
||||
<!--more-->
|
||||
|
Reference in New Issue
Block a user