mirror of
https://github.com/msmhq/msm.git
synced 2024-08-30 18:12:35 +00:00
site.baseurl doesn't work here (silly me)
This commit is contained in:
parent
4074e75134
commit
9586a93bd8
20
404.html
20
404.html
@ -7,9 +7,9 @@
|
||||
<meta name="author" content="Marcus Whybrow">
|
||||
|
||||
<link rel="author" href="https://plus.google.com/103832793361409130288/posts">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css">
|
||||
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/bootstrap-responsive.min.css">
|
||||
<link rel="stylesheet" href="http://msmhq.com/assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="http://msmhq.com/assets/css/style.css">
|
||||
<link rel="stylesheet" href="http://msmhq.com/assets/css/bootstrap-responsive.min.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
@ -37,13 +37,13 @@
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</a>
|
||||
<a class="brand" href="{{ site.baseurl }}/">MSM</a>
|
||||
<a class="brand" href="http://msmhq.com/">MSM</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav">
|
||||
<li></li>
|
||||
<li><a href="{{ site.baseurl }}/">Overview</a></li>
|
||||
<li><a href="{{ site.baseurl }}/docs/">Docs</a></li>
|
||||
<li><a href="{{ site.baseurl }}/blog/">Blog</a></li>
|
||||
<li><a href="http://msmhq.com/">Overview</a></li>
|
||||
<li><a href="http://msmhq.com/docs/">Docs</a></li>
|
||||
<li><a href="http://msmhq.com/blog/">Blog</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
@ -56,7 +56,7 @@
|
||||
<h1>404 Page Not Found</h1>
|
||||
<p>Sorry, can't find that page.</p>
|
||||
<p>
|
||||
<a class="btn btn-large btn-primary" href="{{ site.baseurl }}/">Oh well, show me the overview!</a>
|
||||
<a class="btn btn-large btn-primary" href="http://msmhq.com/">Oh well, show me the overview!</a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@ -73,9 +73,9 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
// jquery-1.7.2.min.js local fallback
|
||||
typeof jQuery == 'undefined' && document.write('<script src="{{ site.baseurl }}/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>');
|
||||
typeof jQuery == 'undefined' && document.write('<script src="http://msmhq.com/assets/js/jquery-1.7.2.min.js" type="text/javascript"><\/script>');
|
||||
// bootstrap.min.js local fallback
|
||||
typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="{{ site.baseurl }}/assets/js/bootstrap.min.js" type="text/javascript"><\/script>');
|
||||
typeof jQuery != 'undefined' && typeof jQuery.fn.modal == 'undefined' && document.write('<script src="http://msmhq.com/assets/js/bootstrap.min.js" type="text/javascript"><\/script>');
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user