fix(archetypes): fixes the new post archetype
This commit is contained in:
parent
02a58a1f94
commit
cce7779c5a
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
||||||
---
|
---
|
||||||
|
# vim: spell spelllang=en
|
||||||
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title: '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
slug: '{{ .File.ContentBaseName }}'
|
slug: '{{ .File.ContentBaseName }}'
|
||||||
date: '{{ .Date }}'
|
date: '{{ .Date }}'
|
||||||
draft: true
|
draft: true
|
||||||
categories: []
|
categories:
|
||||||
|
-
|
||||||
tags:
|
tags:
|
||||||
-
|
-
|
||||||
summary: |
|
summary: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue