forked from mirrors/hugo-theme-terminal
Merge pull request #182 from zchrykng/patch-1
Add defaults to post archetype
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
+++
|
||||
title = ""
|
||||
date = ""
|
||||
title = "{{ replace .TranslationBaseName "-" " " | title }}"
|
||||
date = "{{ .Date }}"
|
||||
author = ""
|
||||
authorTwitter = "" #do not include @
|
||||
cover = ""
|
||||
|
Reference in New Issue
Block a user