Welcome to mirror list, hosted at ThFree Co, Russian Federation.

script.html « partials « layouts - github.com/zwbetz-gh/vanilla-bootstrap-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 58af2a44105c1cb6cbbf34e0b52306a128ee5222 (plain)
1
2
3
4
5
6
7
8
9
<script src="{{ "js/feather.min.js" | absURL }}"></script>
<script>
  feather.replace()
</script>

{{ if eq .Site.Params.includeBootstrapJs true }}
<script src="{{ "js/jquery-3.3.1.slim.min.js" | absURL }}"></script>
<script src="{{ "js/bootstrap.bundle.min.js" | absURL }}"></script>
{{ end }}