diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 04a45960..af32f118 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -37,7 +37,7 @@ defaultContentLanguageInSubdir = false # Date format (refer to Go's date format: http://flippinggodateformat.com ) # Examples: "Mon, Jan 2, 2006" or "2006-01-02" - date_format = "Mon, Jan 2, 2006" + date_format = "Jan 2, 2006" # Enable global LaTeX math rendering? # If false, you can enable it locally on a per page basis. diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/post/_index.md index 7dc8f3d6..2289860b 100644 --- a/exampleSite/content/post/_index.md +++ b/exampleSite/content/post/_index.md @@ -1,6 +1,6 @@ +++ title = "Posts" -date = "2017-01-01T00:00:00Z" +date = 2017-01-01 math = false highlight = false diff --git a/exampleSite/content/post/getting-started.md b/exampleSite/content/post/getting-started.md index 9af88672..2aa90096 100644 --- a/exampleSite/content/post/getting-started.md +++ b/exampleSite/content/post/getting-started.md @@ -1,5 +1,6 @@ +++ -date = "2016-04-20T12:00:00" +date = 2016-04-20 +lastmod = 2017-09-03 draft = false tags = ["academic", "hugo"] title = "Getting started with the Academic framework for Hugo" diff --git a/exampleSite/content/post/managing-content.md b/exampleSite/content/post/managing-content.md index 2a1bdcbb..843fd2c6 100644 --- a/exampleSite/content/post/managing-content.md +++ b/exampleSite/content/post/managing-content.md @@ -1,5 +1,5 @@ +++ -date = "2016-04-20T11:00:00" +date = 2016-04-18 draft = false tags = ["academic", "hugo"] title = "Managing content" diff --git a/exampleSite/content/post/migrate-from-jekyll.md b/exampleSite/content/post/migrate-from-jekyll.md index ffe10cef..77d11a25 100644 --- a/exampleSite/content/post/migrate-from-jekyll.md +++ b/exampleSite/content/post/migrate-from-jekyll.md @@ -1,5 +1,5 @@ +++ -date = "2014-03-10T00:00:00" +date = 2014-03-10 draft = false tags = ["jekyll"] title = "Migrate from Jekyll to Hugo" diff --git a/exampleSite/content/post/widgets.md b/exampleSite/content/post/widgets.md index a715f53e..ca0e46d2 100644 --- a/exampleSite/content/post/widgets.md +++ b/exampleSite/content/post/widgets.md @@ -1,5 +1,5 @@ +++ -date = "2016-04-20T11:00:00" +date = 2016-04-19 draft = false tags = ["academic", "hugo"] title = "Customizing the homepage with widgets" diff --git a/exampleSite/content/post/writing-markdown-latex.md b/exampleSite/content/post/writing-markdown-latex.md index f567980c..1a0c8cfc 100644 --- a/exampleSite/content/post/writing-markdown-latex.md +++ b/exampleSite/content/post/writing-markdown-latex.md @@ -1,5 +1,5 @@ +++ -date = "2016-04-20T10:00:00" +date = 2016-04-17 draft = false tags = [] title = "Writing content with Markdown, LaTeX, and Shortcodes" diff --git a/i18n/en.yaml b/i18n/en.yaml index 57fa300d..e43d180d 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -66,6 +66,9 @@ - id: date translation: Date +- id: last_updated + translation: Last updated on + - id: links translation: Links diff --git a/layouts/partials/article_metadata.html b/layouts/partials/article_metadata.html index 6235099a..23326544 100644 --- a/layouts/partials/article_metadata.html +++ b/layouts/partials/article_metadata.html @@ -3,8 +3,11 @@