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

github.com/gevhaz/hugo-theme-notrack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon <gevhaz@tutanota.com>2020-06-09 12:04:42 +0300
committerSimon <gevhaz@tutanota.com>2020-06-09 12:04:42 +0300
commit2c4a7efd84515c461fe4f6394772d45f9026ecfc (patch)
tree1ee35f4642d5472e057f2afe68886fa96468c391
parent8366bb1600c57b55a3d26385ee6c601a1ea9a7b6 (diff)
Removed unused archtype and duplicated another
-rw-r--r--archetypes/post.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
new file mode 100644
index 0000000..117568f
--- /dev/null
+++ b/archetypes/post.md
@@ -0,0 +1,9 @@
+---
+title: '{{ replace .Name "-" " " | title }}'
+date: {{ .Date }}
+Tags: []
+Categories: []
+draft: true
+---
+
+