addet blog.md under archetypes
This commit is contained in:
parent
d9ee44abd5
commit
f950b1935f
1 changed files with 6 additions and 0 deletions
6
www/archetypes/blog.md
Normal file
6
www/archetypes/blog.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = false
|
||||
author = "Alexander Pieck"
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue