Skip to content

Commit

Permalink
Generate correct date within archetypes (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow authored and luizdepra committed May 28, 2018
1 parent 104b0d8 commit 4f83662
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions archetypes/default.md
@@ -1,5 +1,6 @@
+++
draft = true
date = {{ .Date }}
title = ""
slug = ""
+++
2 changes: 1 addition & 1 deletion archetypes/posts.md
@@ -1,6 +1,6 @@
+++
draft = true
date = "2018-01-01T00:00:00-00:00"
date = {{ .Date }}
title = ""
slug = ""
tags = []
Expand Down

0 comments on commit 4f83662

Please sign in to comment.