""
This commit is contained in:
parent
94e182a96e
commit
3f5c3faffe
12 changed files with 1065 additions and 39 deletions
|
|
@ -5,8 +5,14 @@
|
|||
</div>
|
||||
|
||||
{{ if eq .Section "bestellung" }}
|
||||
{{ $js := resources.Get "js/bestellformular.js" | minify }}
|
||||
<script src="{{ $js.RelPermalink }}"></script>
|
||||
|
||||
{{ $formularjs := resources.Get "js/bestellformular.js" | minify }}
|
||||
{{ $captchaSystemJS := resources.Get "vendor/captcha-system/js/main.js" | minify }}
|
||||
{{ $captchaSystemCSS := resources.Get "vendor/captcha-system/css/main.css" | minify }}
|
||||
|
||||
<script src="{{ $formularjs.RelPermalink }}"></script>
|
||||
<script src="{{ $captchaSystemJS.RelPermalink }}"></script>
|
||||
<link rel="stylesheet" href="{{ $captchaSystemCSS.RelPermalink }}">
|
||||
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue