2020-08-31 13:40:11 +00:00
|
|
|
+++
|
|
|
|
title = "{{ replace .Name "-" " " | title }}"
|
|
|
|
date = "{{ .Date }}"
|
2020-09-04 06:54:19 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Set menu to "main" to add this page to
|
|
|
|
# the main menu on top of the page
|
|
|
|
#
|
|
|
|
menu = "main"
|
|
|
|
|
|
|
|
#
|
|
|
|
# description is optional
|
|
|
|
#
|
2020-08-31 13:40:11 +00:00
|
|
|
# description = "An optional description for SEO. If not provided, an automatically created summary will be used."
|
2020-09-04 06:54:19 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# tags are optional
|
|
|
|
#
|
|
|
|
# tags = [{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}"{{ printf "%s" $term }}",{{ end }}{{ end }}]
|
2020-08-31 13:40:11 +00:00
|
|
|
+++
|
|
|
|
|
|
|
|
This is a page about »{{ replace .Name "-" " " | title }}«.
|