Initial commit: Hugo setup met Bootstrap
This commit is contained in:
5
layouts/partials/footer.html
Normal file
5
layouts/partials/footer.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{ $js := resources.Get "node_modules/bootstrap/dist/js/bootstrap.bundle.js" }} {{/* Gebruik de NIET-minified versie als bron */}}
|
||||
{{ if $js }}
|
||||
{{ $js = $js | resources.Minify | resources.Fingerprint }}
|
||||
<script src="{{ $js.RelPermalink }}" integrity="{{ $js.Data.Integrity }}"></script>
|
||||
{{ end }}
|
||||
Reference in New Issue
Block a user