theme: update v5-dev

This commit is contained in:
George Cushen 2020-08-24 13:30:48 +01:00
parent 0fb6a19198
commit ba653c8d9a
3 changed files with 4 additions and 12 deletions

View file

@ -139,7 +139,7 @@ date_format = "Jan 2, 2006"
# Examples: "3:04 pm" or "15:04" # Examples: "3:04 pm" or "15:04"
time_format = "3:04 PM" 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" address_format = "en-us"
############################ ############################
@ -186,14 +186,6 @@ plugins_js = []
# Choose a shape for avatar images. Options: circle, square. # Choose a shape for avatar images. Options: circle, square.
shape = "circle" 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. # Configuration of publication pages.
[publications] [publications]
# Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format ) # Date format (refer to https://sourcethemes.com/academic/docs/customization/#date-format )

View file

@ -1,8 +1,8 @@
backend: backend:
name: git-gateway name: git-gateway
branch: master branch: master
media_folder: 'static/img/' media_folder: 'static/media/'
public_folder: 'img' public_folder: 'media'
collections: collections:
- name: authors - name: authors
label: Authors label: Authors

@ -1 +1 @@
Subproject commit 7108eefac11bda75a0859bd428fd147476f390a4 Subproject commit c0f0326de7e4fb3f3d5e6f59d930870933672659