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