Update default article template
Now includes description, aliases, author, ogimage, and slug parameters.
This commit is contained in:
parent
170e5d5b3d
commit
692362ff11
@ -1,5 +1,10 @@
|
|||||||
+++
|
+++
|
||||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||||
|
description = ""
|
||||||
date = {{ .Date }}
|
date = {{ .Date }}
|
||||||
|
aliases = []
|
||||||
|
author = "Joey Hafner"
|
||||||
|
ogimage = 'img/Jafner.dev.logo.png'
|
||||||
|
slug = "draft"
|
||||||
draft = true
|
draft = true
|
||||||
+++
|
+++
|
||||||
|
Loading…
Reference in New Issue
Block a user