mirror of https://github.com/Ombi-app/Ombi
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
1.3 KiB
42 lines
1.3 KiB
8 years ago
|
<!-- jQuery -->
|
||
|
<script src="/js/jquery.js"></script>
|
||
|
|
||
|
<!-- Bootstrap Core JavaScript
|
||
|
<script src="js/bootstrap.min.js"></script> -->
|
||
|
|
||
|
<!-- Plugin JavaScript -->
|
||
|
<script src="/js/jquery.easing.min.js"></script>
|
||
|
<script src="/js/jquery.fittext.js"></script>
|
||
|
<script src="/js/wow.min.js"></script>
|
||
|
|
||
|
<!-- Custom Theme JavaScript -->
|
||
|
<script src="/js/creative.js"></script>
|
||
|
|
||
|
<!-- jQuery
|
||
|
<script src="/vendor/jquery/jquery.min.js"></script> -->
|
||
|
|
||
|
<!-- Bootstrap Core JavaScript -->
|
||
|
<script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
|
||
|
|
||
|
<!-- Plugin JavaScript -->
|
||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
|
||
|
|
||
|
<!-- Theme JavaScript -->
|
||
|
<script src="/js/new-age.min.js"></script>
|
||
|
|
||
|
{% if site.google_analytics %}
|
||
|
<script type="text/javascript">
|
||
|
var _gaq = _gaq || [];
|
||
|
_gaq.push(['_setAccount', '{{ site.google_analytics }}']);
|
||
|
_gaq.push(['_trackPageview']);
|
||
|
(function () {
|
||
|
var ga = document.createElement('script');
|
||
|
ga.type = 'text/javascript';
|
||
|
ga.async = true;
|
||
|
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
|
||
|
var s = document.getElementsByTagName('script')[0];
|
||
|
s.parentNode.insertBefore(ga, s);
|
||
|
})();
|
||
|
</script>
|
||
|
{% endif %}
|