This commit is contained in:
Jamie.Rees 2016-12-20 08:27:49 +00:00
commit 220a185456
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css" type="text/css">
<link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css" type="text/css">
<!-- Custom Fonts -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">

View file

@ -1,5 +1,5 @@
<!-- jQuery -->
<script src="~/js/jquery.js"></script>
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript
<script src="js/bootstrap.min.js"></script> -->