From e8bb4b2501e3bd7e8d9c436dba53fec2854e7c17 Mon Sep 17 00:00:00 2001
From: Martyn Welch <martyn.welch@collabora.com>
Date: Tue, 6 Jul 2021 16:56:07 +0100
Subject: [PATCH] Update new page archetype

The theme provides an archetype of a new document to aid adding pages. This is
out of date and doesn't provide the front matter we expect. Modify it to
provide the minimum expected front matter.

Signed-off-by: Martyn Welch <martyn.welch@collabora.com>
---
 themes/apertis/archetypes/default.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/themes/apertis/archetypes/default.md b/themes/apertis/archetypes/default.md
index d9fd37197..7cf6f1a05 100644
--- a/themes/apertis/archetypes/default.md
+++ b/themes/apertis/archetypes/default.md
@@ -1,4 +1,5 @@
----
-subtitle: ""
-tags: []
----
++++
+title = ""
+weight = 100
+date = "2000-01-01"
++++
-- 
GitLab