refactor(single.html) update condition for bestellformular; fix js file path
This commit is contained in:
parent
644dd210b1
commit
02bccc155b
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{{ .Content }}
|
||||
</div>
|
||||
{{/* TODO Cleanup */}}
|
||||
{{ if eq .Section "bestellung" }}
|
||||
{{ if eq .Params.bestellformular true }}
|
||||
{{ $formularjs := resources.Get "js/bestellformular.js" | minify }}
|
||||
{{/* <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> */}}
|
||||
<script>{{ $formularjs.Content | safeJS }}</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue