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

github.com/zwbetz-gh/minimal-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachary Betz <zwbetz@gmail.com>2018-12-06 08:41:08 +0300
committerZachary Betz <zwbetz@gmail.com>2018-12-06 08:41:08 +0300
commit372ee6b37d8bbbe19abc2c8bc36709b4889fc2ed (patch)
tree553098ec12037286b87930bf28dd82939b053e7c /archetypes
parent74322e9842342f0610e004cd4d7b5414bc54cde4 (diff)
Add support for tags
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/post.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/post.md b/archetypes/post.md
index d0c80e6..67ec913 100644
--- a/archetypes/post.md
+++ b/archetypes/post.md
@@ -4,4 +4,5 @@ date: {{ .Date }}
publishdate: {{ now.Format "2006-01-02" }}
lastmod: {{ now.Format "2006-01-02" }}
draft: true
+tags: []
---