1
0
Fork 0
forked from sr2/www.sr2.uk

feat: move strings to theme

This commit is contained in:
Iain Learmonth 2026-02-17 21:06:50 +00:00
parent 5402a2b706
commit 2dbe5d6705
4 changed files with 5 additions and 19 deletions

View file

@ -23,9 +23,9 @@ defaultContentLanguage = 'en'
[params.contact]
methods = [
{name = 'telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'},
{name = 'email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'},
{name = 'fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'}
{name = 'Telephone', display = '+44 (0)1224 900 202', link = 'tel:+441224900202'},
{name = 'Email', display = 'contact@sr2.uk', link = 'mailto:contact@sr2.uk'},
{name = 'Fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'}
]
[params.feedback]