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

tail.html « partials « layouts - github.com/2-REC/hugo-myportfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac0526b6cc437e7527e40783c315cfa3f1097eb5 (plain)
1
2
3
4
5
6
7
{{ "<!-- TAIL.HTML -->" | safeHTML }}
<script src="{{ "plugins/jquery/jquery.js" | absURL }}"></script>
<script src="{{ "plugins/bootstrap/js/bootstrap.min.js" | absURL }}"></script>
<script src="{{ "plugins/jquery/jquery.easing.min.js" | absURL }}"></script>
<script src="{{ "plugins/jquery/jquery.fittext.js" | absURL }}"></script>
<script src="{{ "plugins/jquery/wow.min.js" | absURL }}"></script>
<script src="{{ "js/theme.js" | absURL }}"></script>