chore: Add Masonry JS to template
This commit is contained in:
parent
2ad5baec49
commit
92b49ab4aa
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,10 @@
|
||||||
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" }}
|
{{ $bootstrapbundle := slice $popperjs $twbsjs $ttjs | resources.Concat "js/bootstrap-bundle.js" }}
|
||||||
<script src="{{ $bootstrapbundle.RelPermalink }}"></script>
|
<script src="{{ $bootstrapbundle.RelPermalink }}"></script>
|
||||||
|
|
||||||
|
<!-- Masonry -->
|
||||||
|
{{ $masonryjs := resources.Get "scripts/masonry/masonry.pkgd.min.js" }}
|
||||||
|
<script src="{{ $masonryjs.RelPermalink }}"></script>
|
||||||
|
|
||||||
<!-- GoatCounter -->
|
<!-- GoatCounter -->
|
||||||
<script
|
<script
|
||||||
data-goatcounter="https://millironx.goatcounter.com/count"
|
data-goatcounter="https://millironx.goatcounter.com/count"
|
||||||
|
|
Loading…
Reference in a new issue