Implements a blog
This commit is contained in:
parent
993bd5ad3c
commit
f9662407e3
122 changed files with 9898 additions and 4224 deletions
|
|
@ -1,17 +1,18 @@
|
|||
<!-- jQuery Version 1.11.0 -->
|
||||
<script src="{{ "/js/jquery-1.11.0.js" | prepend: site.baseurl }}"></script>
|
||||
<!-- jQuery -->
|
||||
<script src="//oss.maxcdn.com/jquery/1.11.0/jquery.min.js"></script>
|
||||
<script src="//oss.maxcdn.com/jquery.easing/1.3/jquery.easing.1.3.js"></script>
|
||||
|
||||
<!-- Bootstrap Core JavaScript -->
|
||||
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
||||
<!-- Bootstrap -->
|
||||
<script src="//oss.maxcdn.com/bootstrap/3.3.1/js/bootstrap.min.js "></script>
|
||||
|
||||
<!-- Plugin JavaScript -->
|
||||
<script src="{{ "/js/jquery.easing.min.js" | prepend: site.baseurl }}"></script>
|
||||
<script src="{{ "/js/classie.js" | prepend: site.baseurl }}"></script>
|
||||
<script src="{{ "/js/cbpAnimatedHeader.js" | prepend: site.baseurl }}"></script>
|
||||
|
||||
<!-- Contact Form JavaScript -->
|
||||
<script src="{{ "/js/jqBootstrapValidation.js" | prepend: site.baseurl }}"></script>
|
||||
<script src="{{ "/js/contact_me.js" | prepend: site.baseurl }}"></script>
|
||||
|
||||
<!-- Custom Theme JavaScript -->
|
||||
<script src="{{ "/js/agency.js" | prepend: site.baseurl }}"></script>
|
||||
<script>
|
||||
$(function () {
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
})
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue