From 6a3f34d179d07c53d6f782d2e6fa0fdda808ec31 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Thu, 22 Jun 2017 14:38:34 -0500 Subject: [PATCH] Hugo 0.24 requires title and date in archtypes for some reason --- archetypes/default.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/archetypes/default.md b/archetypes/default.md index a845151..fb98e92 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,2 +1,4 @@ --- +title: '' +date: '' ---