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: ed6fbd7dcf59541c43c51403283390a54aa81b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{{ "<!-- TAIL.HTML -->" | safeHTML }}
<!--
<script src="{{ "plugins/jquery/jquery.js" | absURL }}"></script>
-->
<script src="{{ "plugins/jquery/jquery.js" | absURL }}"></script>
<!-- Load PhotoSwipe js if the load-photoswipe shortcode has been used -->
{{ if ($.Scratch.Get "photoswipeloaded") }}
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="/js/load-photoswipe.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe.min.js" integrity="sha256-UplRCs9v4KXVJvVY+p+RSo5Q4ilAUXh7kpjyIP5odyc=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.1/photoswipe-ui-default.min.js" integrity="sha256-PWHOlUzc96pMc8ThwRIXPn8yH4NOLu42RQ0b9SpnpFk=" crossorigin="anonymous"></script>
{{ end }}
<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>