theme: upgrade to v4.7.0
This commit is contained in:
parent
e533fa5f26
commit
04ab12f042
3 changed files with 2 additions and 6 deletions
0
assets/images/.gitkeep
Normal file
0
assets/images/.gitkeep
Normal file
|
@ -46,10 +46,6 @@ org_name = ""
|
|||
# Description for social sharing and search engines. If undefined, superuser role is used in place.
|
||||
description = ""
|
||||
|
||||
# Display a logo in navigation bar rather than title (optional).
|
||||
# To enable, place an image in `static/img/` and reference its filename below. To disable, set the value to "".
|
||||
logo = ""
|
||||
|
||||
############################
|
||||
## Site Features
|
||||
############################
|
||||
|
@ -170,7 +166,7 @@ plugins_js = []
|
|||
[address_formats]
|
||||
en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
|
||||
en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
|
||||
de = {order = ['street', 'postcode', 'city'], delimiters = [', ', ' ', '']}
|
||||
de = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
||||
fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
||||
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 361707f4fdcad5a2febc3f4a72b489ede49d2ed8
|
||||
Subproject commit d1d761fbc6d22f52bd5f42ba16e8fb8cd5c9f0df
|
Loading…
Reference in a new issue