diff --git a/archetypes/default.md b/archetypes/default.md index ac36e06..f14e794 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,9 @@ -+++ -+++ +--- +title: "{{ replace .Name "-" " " | title }} +date: {{ .Date }} +draft: true +--- + +# + + diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 6d93fd0..061d40c 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,15 +1,9 @@ - {{ partial "head.html" . }} + {{- partial "head.html" . }}
-