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

github.com/cntrump/hugo-notepadium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvvveiii <cntrump@gmail.com>2019-12-01 12:10:51 +0300
committervvveiii <cntrump@gmail.com>2019-12-01 12:10:51 +0300
commit697b68c3e3936c47ea9caa7d89254ae9424eed9e (patch)
tree03d6865ce975ab464f5b2845785c14df4bea7e73 /archetypes
parent7b09b2c5cc6b74ce1578c3dcdfa0097083e8c262 (diff)
update default.md
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
index cc398f3..e1762ba 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,4 +1,4 @@
-+++
+---
title: "{{ replace .Name "-" " " | title }}"
date: {{ now.Format "2006-01-02" }}
tags: []
@@ -6,4 +6,4 @@ categories: []
toc: true
draft: true
imgs: []
-+++
+---