theme: upgrade to v4.6.1
This commit is contained in:
parent
2cfc1551f0
commit
019e6d01d2
4 changed files with 32 additions and 1 deletions
|
@ -171,6 +171,7 @@ plugins_js = []
|
|||
en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
|
||||
en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
|
||||
de = {order = ['street', 'postcode', 'city'], delimiters = [', ', ' ', '']}
|
||||
fr-fr = {order = ['street', 'postcode', 'city'], delimiters = ['<br>', ' ', '']}
|
||||
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
|
||||
|
||||
# Configuration of publication pages.
|
||||
|
|
15
content/privacy.md
Normal file
15
content/privacy.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Privacy Policy
|
||||
date: "2018-06-28T00:00:00+01:00"
|
||||
draft: true
|
||||
share: false
|
||||
commentable: false
|
||||
editable: false
|
||||
|
||||
# Optional header image (relative to `static/img/` folder).
|
||||
header:
|
||||
caption: ""
|
||||
image: ""
|
||||
---
|
||||
|
||||
Add your privacy policy here and set `draft: false` to publish it. Otherwise, delete this file if you don't need it.
|
15
content/terms.md
Normal file
15
content/terms.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
title: Terms
|
||||
date: "2018-06-28T00:00:00+01:00"
|
||||
draft: true
|
||||
share: false
|
||||
commentable: false
|
||||
editable: false
|
||||
|
||||
# Optional header image (relative to `static/img/` folder).
|
||||
header:
|
||||
caption: ""
|
||||
image: ""
|
||||
---
|
||||
|
||||
Add your terms here and set `draft: false` to publish it. Otherwise, delete this file if you don't need it.
|
|
@ -1 +1 @@
|
|||
Subproject commit 51c0d87e5458a6b48ea822aa6df3bd4a9bd8e6e6
|
||||
Subproject commit b45d4c5432defcc2461fdf234109ba93f09eb16f
|
Loading…
Reference in a new issue