Update site headers/footers.
This commit is contained in:
parent
371ea2db9b
commit
078980bb64
5 changed files with 49 additions and 46 deletions
|
@ -1,4 +1,5 @@
|
|||
</div><!--container-->
|
||||
|
||||
</body>
|
||||
<script src="{{ site.baseurl }}/js/jquery-1.7.2.min.js"></script></script>
|
||||
<script src="{{ site.baseurl }}/js/bootstrap.min.js"></script></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,15 +1,14 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{% if page.title %}{{ page.title }} - {% endif %}{{ site.name }}</title>
|
||||
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/bootstrap-responsive.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/bootstrap-responsive.min.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/css/style.css">
|
||||
</head>
|
||||
<body>
|
||||
{% if site.baseurl == null %}
|
||||
{% assign linkhome = "/" %}
|
||||
{% else %}
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
console.log('This would be the main JS file.');
|
4
js/jquery-1.7.2.min.js
vendored
Normal file
4
js/jquery-1.7.2.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue