aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-01-22 18:31:44 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-01-22 18:31:44 +0100
commit50c5944e6e51ac15743b26d89b1a5fca43b8e3ba (patch)
treef8649b44352e8bf724c8f9c5a210c8ca6942597c
parent32a603c671fdeca921381ef109c3caea92663c8b (diff)
test
-rwxr-xr-xcrumbs/templates/home.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html
index fb539ac..b464aa3 100755
--- a/crumbs/templates/home.html
+++ b/crumbs/templates/home.html
@@ -5,7 +5,8 @@
<title{{ SITENAME }}</title>
<!-- Load bootstrap, then my own CSS -->
- <link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet">
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
+ <!-- <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">