{{ .Title }}
-Posted
diff --git a/archetypes/default.md b/archetypes/default.md index 14cfada..81bbb5f 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -2,4 +2,7 @@ title: "{{ replace .TranslationBaseName "-" " " | title }}" date: {{ .Date }} description: "" +menu: false +list: false +draft: true --- diff --git a/archetypes/posts.md b/archetypes/posts.md index 83c5d90..f36ff65 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -4,5 +4,7 @@ date: {{ .Date }} description: "" categories: [] featuredImage: "" +menu: false +list: true draft: true --- diff --git a/layouts/_default/list.html b/layouts/_default/list.html index bee1cce..f4be030 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -8,7 +8,7 @@
{{ .Description }}
Posted