Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hauke96/hugo-theme-hamburg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHauke Stieler <mail@hauke-stieler.de>2018-08-28 18:42:28 +0300
committerHauke Stieler <mail@hauke-stieler.de>2018-08-28 18:42:28 +0300
commit7f85bbb57ac0cd32b28aabf7283648244de1be97 (patch)
treec60c793547598ed9e124b6f3ad883b0b96d03664
parentde339859ccf6152f6bd62370e9052c13b587b355 (diff)
Correct archetype format and add author
-rw-r--r--archetypes/default.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index a3a04e0..2a8f238 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,7 +1,8 @@
+++
-draft: true
+draft = true
title = ""
-description = ""
-date: {{ .Date }}
+summary = ""
+date = {{ .Date }}
tags = []
+author = ""
+++