changes
This commit is contained in:
parent
86bb159d44
commit
1a2fed19b0
59 changed files with 6691 additions and 11 deletions
26
_includes/js.html
Normal file
26
_includes/js.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!-- jQuery Version 1.11.0 -->
|
||||
<script src="{{ "/js/jquery-1.11.0.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/classie.js" }}"></script>
|
||||
<script src="{{ "/js/cbpAnimatedHeader.js" }}"></script>
|
||||
|
||||
<!-- Contact Form JavaScript -->
|
||||
<script src="{{ "/js/jqBootstrapValidation.js" }}"></script>
|
||||
{% if site.contact == "static" %}
|
||||
<script src="{{ "/js/contact_me_static.js" }}"></script>
|
||||
{% else %}
|
||||
<script src="{{ "/js/contact_me.js" }}"></script>
|
||||
{% endif %}
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="{{ "/js/freelancer.js" }}"></script>
|
||||
|
||||
{% if site.contact == "disqus" %}
|
||||
<!-- Disqus Stuff -->
|
||||
{% include js_disqus.html %}
|
||||
{% endif %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue