-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathfooter.html
36 lines (33 loc) · 2.58 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<footer class="footer text-center">
<div class="container">
<!--/* This template is released under the Creative Commons Attribution 3.0 License. Please keep the attribution link below when using for your own project. Thank you for your support. :) If you'd like to use the template without the attribution, you can check out other license options via our website: themes.3rdwavemedia.com */-->
<small class="copyright">
<a href="{{site.url}}/privacy.html" target="_blank" rel="nofollow">Privacy Policy</a>
</small>
</div>
</footer>
<script type="text/javascript" src="{{ '/assets/plugins/jquery-1.12.3.min.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/plugins/bootstrap/js/bootstrap.min.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/plugins/lightbox/dist/ekko-lightbox.min.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/plugins/jquery-match-height/jquery.matchHeight-min.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/plugins/prism/prism.min.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/js/instantsearch.min.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/js/wurst.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/js/main.js' | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{ '/assets/js/buttons.js' | prepend: site.baseurl }}"></script>
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "ComputerLanguage",
"name": "WurstScript",
"alternateName": "wurst",
"image": "https://wurstlang.org/assets/images/wurst_icon64.png",
"description": "Delicious, fully featured Warcraft III map development toolkit.",
"url": "https://wurstlang.org",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://wurstlang.org"
}
}
</script>