better readability
This commit is contained in:
parent
4f3b7a4b26
commit
3e4002a572
@ -17,8 +17,7 @@
|
|||||||
|
|
||||||
<!-- JavaScript and dependencies -->
|
<!-- JavaScript and dependencies -->
|
||||||
|
|
||||||
{{ $bootstrap := resources.Get "js/bootstrap.bundle.min.js" }} {{ $js := slice
|
{{ $bootstrap := resources.Get "js/bootstrap.bundle.min.js" }}
|
||||||
$bootstrap | resources.Concat "js/bundle.js" | resources.Minify }}
|
{{ $js := slice $bootstrap | resources.Concat "js/bundle.js" | resources.Minify }}
|
||||||
|
|
||||||
<script src="{{$js.RelPermalink}}" defer></script>
|
<script src="{{$js.RelPermalink}}" defer></script>
|
||||||
</footer>
|
</footer>
|
||||||
|
Loading…
Reference in New Issue
Block a user