Provide full date-time in content front matter
Work-around Hugo bug. Close #1
This commit is contained in:
		@@ -2,7 +2,7 @@
 | 
			
		||||
# About/Biography widget.
 | 
			
		||||
widget = "about"
 | 
			
		||||
active = true
 | 
			
		||||
date = "2016-04-20T00:00:00"
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
# Order that this section will appear in.
 | 
			
		||||
weight = 5
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
# Contact widget.
 | 
			
		||||
widget = "contact"
 | 
			
		||||
active = true
 | 
			
		||||
date = "2016-04-20T00:00:00"
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
title = "Contact"
 | 
			
		||||
subtitle = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
# This widget displays recent posts from `content/post/`.
 | 
			
		||||
widget = "posts"
 | 
			
		||||
active = true
 | 
			
		||||
date = "2016-04-20T00:00:00"
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
title = "Recent Posts"
 | 
			
		||||
subtitle = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
# Projects widget.
 | 
			
		||||
widget = "projects"
 | 
			
		||||
active = true
 | 
			
		||||
date = "2016-04-20T00:00:00"
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
title = "Projects"
 | 
			
		||||
subtitle = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -3,7 +3,7 @@
 | 
			
		||||
# This widget displays recent publications from `content/publication/`.
 | 
			
		||||
widget = "publications"
 | 
			
		||||
active = true
 | 
			
		||||
date = 2016-04-20
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
title = "Recent Publications"
 | 
			
		||||
subtitle = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
# `selected = true` in their `+++` front matter.
 | 
			
		||||
widget = "publications_selected"
 | 
			
		||||
active = true
 | 
			
		||||
date = 2016-04-20
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
title = "Selected Publications"
 | 
			
		||||
subtitle = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
# Tag Cloud widget.
 | 
			
		||||
widget = "tag_cloud"
 | 
			
		||||
active = true
 | 
			
		||||
date = 2017-09-20
 | 
			
		||||
date = 2017-09-20T00:00:00
 | 
			
		||||
 | 
			
		||||
title = "Tags"
 | 
			
		||||
subtitle = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -2,7 +2,7 @@
 | 
			
		||||
# Recent and Upcoming Talks widget.
 | 
			
		||||
widget = "talks"
 | 
			
		||||
active = true
 | 
			
		||||
date = "2016-04-20T00:00:00"
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
title = "Recent & Upcoming Talks"
 | 
			
		||||
subtitle = ""
 | 
			
		||||
 
 | 
			
		||||
@@ -4,7 +4,7 @@
 | 
			
		||||
# To create more sections, duplicate this file and edit the values below as desired.
 | 
			
		||||
widget = "custom"
 | 
			
		||||
active = true
 | 
			
		||||
date = "2016-04-20T00:00:00"
 | 
			
		||||
date = 2016-04-20T00:00:00
 | 
			
		||||
 | 
			
		||||
# Note: a full width section format can be enabled by commenting out the `title` and `subtitle` with a `#`.
 | 
			
		||||
title = "Custom Section"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user