Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

2 changed files with 2 additions and 19 deletions

View file

@ -4,7 +4,7 @@ name = 'Alicja Mlek'
order = 50
[params]
pronoun = '(she/her)'
education = 'AICB'
role = 'Junior Bookkeeper'
education = ''
role = 'Trainee Bookkeeper'
photo = 'team/images/alicja.webp'
+++

View file

@ -1,17 +0,0 @@
{{ if eq .Name "Contact" }}
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script
id="zammad_form_script"
src="https://help.sr2.uk/assets/form/form.js"></script>
<script>
$(function () {
$("#zammad-feedback-form").ZammadForm({
agreementMessage: {{ site.Params.feedback.agreementMessage }},
messageSubmit:{{ site.Params.feedback.messageSubmit }},
messageThankYou:{{ site.Params.feedback.messageThankYou }},
showTitle: false,
noCSS: true,
});
});
</script>
{{ end }}