diff options
Diffstat (limited to 'archetypes/blog.md')
-rw-r--r-- | archetypes/blog.md | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md deleted file mode 100644 index e4594c6..0000000 --- a/archetypes/blog.md +++ /dev/null @@ -1,13 +0,0 @@ -+++ -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 }}«. |