Switch to local javascript/css plugins
- jquery 3.4.1 - bootstrap 3.4.1 - jquery.cookie 1.4.1 - anchor 4.2.0 - respond 1.4.2 - html5shiv 3.7.0
This commit is contained in:
@ -6,26 +6,26 @@
|
||||
<title>{{ page.title }} | {{ site.site_title }}</title>
|
||||
<link rel="stylesheet" href="{{ "/css/syntax.css"}}">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" type="text/css" href="{{ "/css/font-awesome.min.css" }}">
|
||||
<!--<link rel="stylesheet" type="text/css" href="{{ "/css/bootstrap.min.css"}}">-->
|
||||
<link rel="stylesheet" href="{{ "/css/modern-business.css"}}">
|
||||
<!-- Latest compiled and minified CSS -->
|
||||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="{{ "/css/bootstrap.min.css" }}">
|
||||
<link rel="stylesheet" href="{{ "/css/customstyles.css"}}">
|
||||
<link rel="stylesheet" href="{{ "/css/boxshadowproperties.css"}}">
|
||||
<!-- most color styles are extracted out to here -->
|
||||
<link rel="stylesheet" href="{{ "/css/theme-blue.css"}}">
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="{{ "/js/jquery.min.js" }}"></script>
|
||||
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
|
||||
<script src="{{ "/js/jquery.cookie.min.js" }}"></script>
|
||||
<script src="{{ "/js/jquery.navgoco.min.js"}}"></script>
|
||||
|
||||
|
||||
<!-- Latest compiled and minified JavaScript -->
|
||||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
|
||||
<script src="/js/bootstrap.min.js"></script>
|
||||
<!-- Anchor.js -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"></script>
|
||||
<script src="{{ "/js/anchor.min.js" }}"></script>
|
||||
<script src="{{ "/js/toc.js"}}"></script>
|
||||
<script src="{{ "/js/customscripts.js"}}"></script>
|
||||
|
||||
@ -36,8 +36,8 @@
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
|
||||
<script src="{{ "/js/html5shiv.js" }}"></script>
|
||||
<script src="{{ "/js/respond.min.js" }}"></script>
|
||||
<![endif]-->
|
||||
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.url }}">
|
||||
|
Reference in New Issue
Block a user