aboutsummaryrefslogtreecommitdiff
path: root/crumbs
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-01-22 18:16:58 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-01-22 18:16:58 +0100
commiteb88239947a8378c77ca17f9ac5323b18fe546f5 (patch)
treee05b07be46b7efcfbc974c13bc7c20e6f0bb0c76 /crumbs
parent5e0182ac6b1724b97754f8a1b805b1a4697f7bdf (diff)
test
Diffstat (limited to 'crumbs')
-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>