summaryrefslogtreecommitdiffstats
path: root/templates/page.tmpl
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@fripost.org>2014-09-15 21:35:25 +0200
committerGuilhem Moulin <guilhem.moulin@fripost.org>2014-09-15 21:35:25 +0200
commite9ca15b46fd5ca30afec610a194b5fc91b894bba (patch)
tree86bf873b886648e2db516d1f0188286a689cd234 /templates/page.tmpl
parent69a168c74edac8d53299f0e233afc9dd44000503 (diff)
Update page.tmpl
Diffstat (limited to 'templates/page.tmpl')
-rw-r--r--templates/page.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index 8e162a2..5c5c0a8 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="utf-8" />
<!-- Bootstrap -->
- <link rel="stylesheet" href="/bootstrap-3.2.0/css/bootstrap.min.css">
+ <link rel="stylesheet" href="/static/css/bootstrap.min.css">
<!-- 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]>
@@ -130,8 +130,8 @@
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
- <script src="/jquery-2.1.1.min.js"></script>
+ <script src="/static/js/jquery-2.1.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
- <script src="/bootstrap-3.2.0/js/bootstrap.min.js"></script>
+ <script src="/static/js/bootstrap.min.js"></script>
</body>
</html>