Compare commits

...

2 Commits

Author SHA1 Message Date
a8ca603ef5 Merge pull request 'fix: Test for the file that's actually been used.' (#180) from contact_form_check_fix into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #180
2023-05-11 08:45:37 +02:00
5348b3fbc8 fix: Test for the file that's actually been used.
All checks were successful
continuous-integration/drone/pr Build is passing
2023-05-10 15:44:28 +02:00

View File

@ -131,7 +131,7 @@ __ ____________________
{%- if '/js/nav_toggle.js'|asseturl is defined -%} {%- if '/js/nav_toggle.js'|asseturl is defined -%}
<script type="text/javascript" src="{{ '/js/nav_toggle.js'|asseturl }}"></script> <script type="text/javascript" src="{{ '/js/nav_toggle.js'|asseturl }}"></script>
{%- endif %} {%- endif %}
{% if '/js/contact_form_toggle.js'|asseturl is defined and this.title == 'Kontakt' -%} {% if '/js/contact_form.js'|asseturl is defined and this.title == 'Kontakt' -%}
<script type="text/javascript" src="{{ '/js/contact_form.js'|asseturl }}"></script> <script type="text/javascript" src="{{ '/js/contact_form.js'|asseturl }}"></script>
{%- endif %} {%- endif %}
</body> </body>