aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcrumbs/templates/home.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html
index f9b0fa5..c79fb7e 100755
--- a/crumbs/templates/home.html
+++ b/crumbs/templates/home.html
@@ -5,7 +5,7 @@
<title{{ SITENAME }}</title>
<!-- Load bootstrap, then my own CSS -->
- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet">
+ <!-- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet"> -->
<!-- <link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet"> -->
<!-- <link href="{{ SITEURL }}/theme/css/cr_title.css" rel="stylesheet"> -->
<!-- /Stylesheets -->
@@ -75,5 +75,6 @@
</div>
- </body>
+ <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet">
+ </body>
</html>