parent
babfc0ea56
commit
25d7ff83b2
@ -1,22 +1,25 @@
|
||||
+++
|
||||
title = '{{ replace .Name "-" " " | title }}'
|
||||
summary = ''''''
|
||||
date = '{{ .Date }}'
|
||||
#lastmod = ''
|
||||
categories = [ 'amateur-radio', 'computerstuff' ]
|
||||
tags = []
|
||||
---
|
||||
title: {{ replace .Name "-" " " | title }}
|
||||
summary:
|
||||
date: {{ .Date }}
|
||||
lastmod: {{ .Date }}
|
||||
categories:
|
||||
- amateur-radio
|
||||
- computerstuff
|
||||
tags:
|
||||
- draft-post
|
||||
|
||||
# showBreadcrumbs = true
|
||||
# showDate = false
|
||||
# showReadingTime = false
|
||||
# showWordCount = false
|
||||
# showPagination = false
|
||||
# showBreadcrumbs: true
|
||||
# showDate: false
|
||||
# showReadingTime: false
|
||||
# showWordCount: false
|
||||
# showPagination: false
|
||||
|
||||
# feed_exclude = true
|
||||
# site_exclude = true
|
||||
# feed_exclude: true
|
||||
# site_exclude: true
|
||||
|
||||
draft = true
|
||||
draft: true
|
||||
|
||||
+++
|
||||
---
|
||||
|
||||
|
||||
|
Loading…
Reference in new issue