Slow conversion to YAML format
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
10
data/address_formats.yaml
Normal file
10
data/address_formats.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
dk:
|
||||
order:
|
||||
- 'street'
|
||||
- 'postcode'
|
||||
- 'city'
|
||||
- 'country'
|
||||
delimiters:
|
||||
- '<br>'
|
||||
- ' '
|
||||
- '<br>'
|
@ -35,7 +35,7 @@
|
||||
|
||||
[[buttons]]
|
||||
id = "whatsapp"
|
||||
url = "https://web.whatsapp.com/send?text={title}%20{url}"
|
||||
url = "whatsapp://send?text={title}%20{url}"
|
||||
title = "WhatsApp"
|
||||
icon_pack = "fab"
|
||||
icon = "whatsapp"
|
||||
@ -79,4 +79,4 @@
|
||||
title = "Tumblr"
|
||||
icon_pack = "fab"
|
||||
icon = "tumblr"
|
||||
enable = false
|
||||
enable = false
|
Reference in New Issue
Block a user