|
@@ -69,9 +69,11 @@ defaultContentLanguageInSubdir = false
|
|
|
latitude = "37.4275"
|
|
|
longitude = "-122.1697"
|
|
|
|
|
|
- # Date format (refer to Go's date format: http://flippinggodateformat.com )
|
|
|
+ # Date and time format (refer to Go's date format: http://fuckinggodateformat.com )
|
|
|
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
|
|
date_format = "Jan 2, 2006"
|
|
|
+ # Examples: "3:04 pm" or "15:04"
|
|
|
+ time_format = "3:04 PM"
|
|
|
|
|
|
# Show estimated reading time for posts?
|
|
|
reading_time = true
|
|
@@ -143,7 +145,7 @@ defaultContentLanguageInSubdir = false
|
|
|
|
|
|
# Configuration of publication pages.
|
|
|
[params.publications]
|
|
|
- # Date format (refer to Go's date format: http://flippinggodateformat.com )
|
|
|
+ # Date format (refer to Go's date format: http://fuckinggodateformat.com )
|
|
|
# Examples: "Mon, Jan 2, 2006" or "2006-01-02"
|
|
|
date_format = "January, 2006"
|
|
|
|