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

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMyGiHu <74786828+MyGiHu@users.noreply.github.com>2020-12-04 18:49:32 +0300
committerGitHub <noreply@github.com>2020-12-04 18:49:32 +0300
commit6925c0248cf70674576d42d173ff33b00a3d522a (patch)
treee3aaa7f60c15f717e7cce2eda7258c682cae22a2 /exampleSite
parent293ab665ca52f3c7d8d3273ca79fa7949493b1ea (diff)
Replacing Moment.js with native JavaScript (#266)
* fix-262 * Replacing Moment.js with native JavaScript
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f2dfc27..8dd59fc 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -23,7 +23,7 @@ DefaultContentLanguage = "en" # Default language fo
numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects
localTime = true # Show your current local time in contact section
timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
- timeFormat = "h:mm A" # https://momentjs.com/docs/#/displaying/format/
+ timeFormat = "en-US" # Language specific format to use
[params.projects]
useTwoColumns = false # Use a layout with two columns instead of three