aboutsummaryrefslogtreecommitdiff
path: root/archetypes/default.md
blob: ed40bd40892151074e2c783988b69a18e7afff91 (plain)
1
2
3
4
5
6
7
8
9
+++
title = "{{ replace .Name "-" " " | title }}"
date = "{{ .Date }}"
# description = "An optional description for SEO. If not provided, an automatically created summary will be used."
# menu = "main"
tags = [{{ range $plural, $terms := .Site.Taxonomies }}{{ range $term, $val := $terms }}"{{ printf "%s" $term }}",{{ end }}{{ end }}]
+++

This is a page about »{{ replace .Name "-" " " | title }}«.