forked from sr2/www.sr2pro.uk
Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e6fc7f4893 | |||
|
|
2cdbe2084c |
2 changed files with 19 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ name = 'Alicja Mlek'
|
||||||
order = 50
|
order = 50
|
||||||
[params]
|
[params]
|
||||||
pronoun = '(she/her)'
|
pronoun = '(she/her)'
|
||||||
education = ''
|
education = 'AICB'
|
||||||
role = 'Trainee Bookkeeper'
|
role = 'Junior Bookkeeper'
|
||||||
photo = 'team/images/alicja.webp'
|
photo = 'team/images/alicja.webp'
|
||||||
+++
|
+++
|
||||||
|
|
|
||||||
17
layouts/_partials/head/scripts.html
Normal file
17
layouts/_partials/head/scripts.html
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
{{ 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