aboutsummaryrefslogtreecommitdiff
path: root/archetypes/default.md
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
commit940af50d96e9a7916674d237dec53738ab776103 (patch)
tree8309097577c27913d094edfbe60d880da968e680 /archetypes/default.md
parentbd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff)
Auto-commit 2025-01-02
Diffstat (limited to 'archetypes/default.md')
-rw-r--r--archetypes/default.md16
1 files changed, 9 insertions, 7 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index c6f6ab7..375ee3c 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,8 +1,10 @@
-+++
-title = "{{ replace .Name "-" " " | title }}"
-description = ""
-date = {{ .Date }}
-categories = [ "Без рубрики" ]
-tags = [ "разное" ]
-+++
+---
+title: "{{ replace .Name "-" " " | title }}"
+description: ""
+date: {{ .Date }}
+categories:
+ - Без рубрики
+tags:
+ - разное
+---