Skip to content

Commit

Permalink
Fix a problem with archetypes and dates
Browse files Browse the repository at this point in the history
  • Loading branch information
lekum committed Feb 17, 2017
1 parent faba655 commit 061076a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions archetypes/default.md
@@ -0,0 +1,6 @@
+++
title = ""
subtitle = ""
date = ""
bigimg = ""
+++
2 changes: 1 addition & 1 deletion content/post/from_nikola_to_hugo.md
Expand Up @@ -2,7 +2,7 @@
subtitle = ""
title = "From Nikola to Hugo"
bigimg = ""
date = "2017-02-17T20:00:24+02:00"
date = "2017-02-17T20:00:24+01:00"

+++

Expand Down

0 comments on commit 061076a

Please sign in to comment.