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:
authorMohamed <jeblister@gmail.com>2018-08-30 17:53:45 +0300
committerGitHub <noreply@github.com>2018-08-30 17:53:45 +0300
commit5f68bf3e990eff4108fa251f3a3112d081fffba4 (patch)
tree24526738da0d224b01fa6c14dc2497320b8f8ecf
parentb17bb8defa650e443e07cf14c099e4f10f95f43e (diff)
parentf9436d08bf333aaf857474502a62217190608d7e (diff)
Merge pull request #29 from Chris-Greaves/add-blog-date
Add date to blog archetype
-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
+++