Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2018-04-09 21:10:15 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2018-04-09 21:10:15 +0300
commit0831cb496485d4658daf5fb3aaa4324862932792 (patch)
treed1fdc4edfb5c067e9695e846912a942628d85d10 /content
parent2543e6bc980e8184d8f6d0e9d730811b73e43715 (diff)
Provide full date-time in content front matter
Work-around Hugo bug. Close #1
Diffstat (limited to 'content')
-rw-r--r--content/home/about.md2
-rw-r--r--content/home/contact.md2
-rw-r--r--content/home/posts.md2
-rw-r--r--content/home/projects.md2
-rw-r--r--content/home/publications.md2
-rw-r--r--content/home/publications_selected.md2
-rw-r--r--content/home/tags.md2
-rw-r--r--content/home/talks.md2
-rw-r--r--content/home/teaching.md2
-rw-r--r--content/post/_index.md2
-rw-r--r--content/publication/_index.md2
-rw-r--r--content/talk/_index.md2
12 files changed, 12 insertions, 12 deletions
diff --git a/content/home/about.md b/content/home/about.md
index 89103dce..2075fe2a 100644
--- a/content/home/about.md
+++ b/content/home/about.md
@@ -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
diff --git a/content/home/contact.md b/content/home/contact.md
index 61657582..b5d311cd 100644
--- a/content/home/contact.md
+++ b/content/home/contact.md
@@ -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 = ""
diff --git a/content/home/posts.md b/content/home/posts.md
index 9a274b86..cb07bf25 100644
--- a/content/home/posts.md
+++ b/content/home/posts.md
@@ -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 = ""
diff --git a/content/home/projects.md b/content/home/projects.md
index 07573c16..53885c54 100644
--- a/content/home/projects.md
+++ b/content/home/projects.md
@@ -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 = ""
diff --git a/content/home/publications.md b/content/home/publications.md
index b7487933..d635d869 100644
--- a/content/home/publications.md
+++ b/content/home/publications.md
@@ -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 = ""
diff --git a/content/home/publications_selected.md b/content/home/publications_selected.md
index 60edf71a..09d83b1b 100644
--- a/content/home/publications_selected.md
+++ b/content/home/publications_selected.md
@@ -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 = ""
diff --git a/content/home/tags.md b/content/home/tags.md
index eca1a32f..5ac0755a 100644
--- a/content/home/tags.md
+++ b/content/home/tags.md
@@ -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 = ""
diff --git a/content/home/talks.md b/content/home/talks.md
index 86065190..ae004383 100644
--- a/content/home/talks.md
+++ b/content/home/talks.md
@@ -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 = ""
diff --git a/content/home/teaching.md b/content/home/teaching.md
index ea4c76d0..06a1a453 100644
--- a/content/home/teaching.md
+++ b/content/home/teaching.md
@@ -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"
diff --git a/content/post/_index.md b/content/post/_index.md
index 2289860b..95d1e37e 100644
--- a/content/post/_index.md
+++ b/content/post/_index.md
@@ -1,6 +1,6 @@
+++
title = "Posts"
-date = 2017-01-01
+date = 2017-01-01T00:00:00
math = false
highlight = false
diff --git a/content/publication/_index.md b/content/publication/_index.md
index a0a60455..15ae8609 100644
--- a/content/publication/_index.md
+++ b/content/publication/_index.md
@@ -1,6 +1,6 @@
+++
title = "Publications"
-date = "2017-01-01T00:00:00Z"
+date = 2017-01-01T00:00:00
math = false
highlight = false
diff --git a/content/talk/_index.md b/content/talk/_index.md
index 8cb2939e..31549b8b 100644
--- a/content/talk/_index.md
+++ b/content/talk/_index.md
@@ -1,6 +1,6 @@
+++
title = "Recent & Upcoming Talks"
-date = "2017-01-01T00:00:00Z"
+date = 2017-01-01T00:00:00
math = false
highlight = false