Compare commits
No commits in common. "main" and "main" have entirely different histories.
2 changed files with 2 additions and 19 deletions
|
|
@ -4,7 +4,7 @@ name = 'Alicja Mlek'
|
||||||
order = 50
|
order = 50
|
||||||
[params]
|
[params]
|
||||||
pronoun = '(she/her)'
|
pronoun = '(she/her)'
|
||||||
education = 'AICB'
|
education = ''
|
||||||
role = 'Junior Bookkeeper'
|
role = 'Trainee Bookkeeper'
|
||||||
photo = 'team/images/alicja.webp'
|
photo = 'team/images/alicja.webp'
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
|
|
@ -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 }}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue