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

github.com/jeblister/kube.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris-Greaves <cjgreaves97@hotmail.co.uk>2018-07-22 18:45:14 +0300
committerChris-Greaves <cjgreaves97@hotmail.co.uk>2018-07-22 18:45:14 +0300
commitf9436d08bf333aaf857474502a62217190608d7e (patch)
tree24526738da0d224b01fa6c14dc2497320b8f8ecf
parentb17bb8defa650e443e07cf14c099e4f10f95f43e (diff)
Add date to blog archetype
- Means the "Published on" will work with a freshly created blog post.
-rw-r--r--archetypes/blog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
index 5c22f4a..dcde13f 100644
--- a/archetypes/blog.md
+++ b/archetypes/blog.md
@@ -1,6 +1,7 @@
+++
title = ""
description = ""
+date = {{ .Date }}
weight = 20
draft = false
+++