diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index e29166e..4fdd750 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -15,6 +15,9 @@ jobs: with: submodules: true - uses: actions/setup-node@v4 + with: + node-version: 24 + package-manager-cache: false - run: npm install -g bnycdn - name: Setup Hugo uses: https://guardianproject.dev/actions/actions-hugo@v3 diff --git a/content/contact/_index.md b/content/contact/_index.md index 03ff94b..5bee8e1 100644 --- a/content/contact/_index.md +++ b/content/contact/_index.md @@ -9,8 +9,8 @@ Get in touch with us #### Business hours -* Mon, Wed, Fri: 12pm to 5pm -* Tue, Thu, Sat, Sun: Closed +* Tue—Fri: 12pm to 5pm +* Sat—Mon: Closed * UK, Scotland, and Aberdeen Holidays: Closed #### Address @@ -19,5 +19,3 @@ Get in touch with us #### Map {{< address-map >}} -#### Get in touch -{{< feedback-form fallback="Our contact form requires javascript. Otherwise, you can send a mail to contact@sr2.uk." >}} \ No newline at end of file diff --git a/content/team/alicja-mlek.md b/content/team/alicja-mlek.md index ab5fbce..c9a0203 100644 --- a/content/team/alicja-mlek.md +++ b/content/team/alicja-mlek.md @@ -4,7 +4,7 @@ name = 'Alicja Mlek' order = 50 [params] pronoun = '(she/her)' - education = '' - role = 'Trainee Bookkeeper' + education = 'AICB' + role = 'Junior Bookkeeper' photo = 'team/images/alicja.webp' +++ diff --git a/hugo.toml b/hugo.toml index 514fed9..01191e1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -37,21 +37,15 @@ defaultContentLanguage = 'en' [params.header] buttons = [ {type = 'text', name = 'Contact', url = '/contact'}, - {type = 'button', name = '+44 (0)1224 900 280', icon = 'phone', url = 'tel:+441224900280'} + {type = 'button', name = '+44 (0)1224 469 800', icon = 'phone', url = 'tel:+441224469800'} ] [params.contact] methods = [ - {name = 'telephone', display = '+44 (0)1224 900 280', link = 'tel:+441224900280'}, - {name = 'email', display = 'office@sr2pro.uk', link = 'mailto:office@sr2pro.uk'}, - {name = 'fax', display = '+44 (0)1224 900 284', link = 'tel:+441224900284'} + {name = 'telephone', display = '+44 (0)1224 469 800', link = 'tel:+441224469800'}, + {name = 'email', display = 'professional.services@sr2.uk', link = 'mailto:professional.services@sr2.uk'} ] -[params.feedback] - agreementMessage = 'I agree to the terms and conditions and for my data to be handled according to the privacy policy' - messageSubmit = 'Send' - messageThankYou = "Thank you for your inquiry (#%s)! We'll contact you as soon as possible." - [params] address = '''499 Union Street 2nd Floor diff --git a/layouts/_partials/head/scripts.html b/layouts/_partials/head/scripts.html new file mode 100644 index 0000000..23457ff --- /dev/null +++ b/layouts/_partials/head/scripts.html @@ -0,0 +1,17 @@ +{{ if eq .Name "Contact" }} + + + +{{ end }} diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..c433e3a --- /dev/null +++ b/renovate.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ], + "minimumReleaseAge": "14 days", + "gitAuthor": "Renovate" +}