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 }}'
|
||||
slug: '{{ .File.ContentBaseName }}'
|
||||
date: '{{ .Date }}'
|
||||
draft: true
|
||||
categories: []
|
||||
categories:
|
||||
-
|
||||
tags:
|
||||
-
|
||||
summary: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue