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

github.com/nodejh/hugo-theme-cactus-plus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornodejh <jianghangscu@gmail.com>2021-02-20 17:57:40 +0300
committernodejh <jianghangscu@gmail.com>2021-02-20 17:57:40 +0300
commit2b1fc63ec05ff64b1547215f5ab3be9f4ff8a926 (patch)
treec64e468f20d2405029d5ab3ef61f49d83c4fb2b9 /archetypes
parent61bcd2848e0ff20f36b9dc1ffba3a8e14dcd95b0 (diff)
feat: refactor header and navigation
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md15
1 files changed, 8 insertions, 7 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index f87f0b0..93e7403 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,7 +1,8 @@
-+++
-title = "{{ replace .TranslationBaseName "-" " " | title }}"
-date = {{ .Date }}
-tags = [""]
-categories = [""]
-draft = false
-+++
+---
+title: "{{ replace .TranslationBaseName "-" " " | title }}"
+date: {{ .Date }}
+tags:
+categories:
+draft: false
+
+---