You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
419 B
Markdown
14 lines
419 B
Markdown
3 years ago
|
+++
|
||
|
title = "{{ replace .Name "-" " " | title }}"
|
||
|
date = "{{ .Date }}"
|
||
|
|
||
|
#
|
||
|
# description is optional
|
||
|
#
|
||
|
# description = "An optional description for SEO. If not provided, an automatically created summary will be used."
|
||
|
|
||
|
tags = [{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}"{{ printf "%s" $term }}",{{ end }}{{ end }}]
|
||
|
+++
|
||
|
|
||
|
This is a page about »{{ replace .Name "-" " " | title }}«.
|