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
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2020-08-24 15:30:48 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2020-08-24 15:30:48 +0300
commitba653c8d9adab4fdaeb7ebc25a650660d2700641 (patch)
tree00c379efee7d19bcf21ff7e52b0a15864e6a2d3c /config
parent0fb6a19198833fb42355e2aec3a19335e96c23ad (diff)
theme: update v5-dev
Diffstat (limited to 'config')
-rw-r--r--config/_default/params.toml10
1 files changed, 1 insertions, 9 deletions
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 5f1ccf9a..49d3e3ba 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -139,7 +139,7 @@ date_format = "Jan 2, 2006"
# Examples: "3:04 pm" or "15:04"
time_format = "3:04 PM"
-# Address format (choose from the [address_formats] list below or add you own to the list).
+# Address format (en-us, en-gb, de, fr-fr, zh).
address_format = "en-us"
############################
@@ -186,14 +186,6 @@ plugins_js = []
# Choose a shape for avatar images. Options: circle, square.
shape = "circle"
-# Available address formats.
-[address_formats]
- en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
- en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
- de = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
- fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
- zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
-
# Configuration of publication pages.
[publications]
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )