aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/home.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-01-22 18:11:59 +0100
committerKatharina Fey <kookie@spacekookie.de>2018-01-22 18:11:59 +0100
commiteae603b899cee1036e61be251c13be75cf7f385a (patch)
treeeb8934c80d49e269bcd7e25121d9e2ab190708c4 /crumbs/templates/home.html
parentf052fe2b2811bb609a6ef1413f83435973b698ec (diff)
Almost ready
Diffstat (limited to '')
-rwxr-xr-xcrumbs/templates/home.html13
1 files changed, 6 insertions, 7 deletions
diff --git a/crumbs/templates/home.html b/crumbs/templates/home.html
index 7df2bfe..2367bad 100755
--- a/crumbs/templates/home.html
+++ b/crumbs/templates/home.html
@@ -2,21 +2,20 @@
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8">
-
<title{{ SITENAME }}</title>
- <!-- Fonts -->
- <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500|Raleway:200,200i,300,300i,400,400i,500" rel="stylesheet"> -->
- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,500" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
-
<!-- Load bootstrap, then my own CSS -->
<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 -->
+ <!-- Fonts -->
+ <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500|Raleway:200,200i,300,300i,400,400i,500" rel="stylesheet"> -->
+ <!-- <link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,500" rel="stylesheet">
+ <link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> -->
+
</head>
<body>