New post on hosting, plus some final fixes to the archetype.
This commit is contained in:
parent
446b49e0b0
commit
33bafa0218
3 changed files with 64 additions and 4 deletions
|
@ -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-->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue