aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/base.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/base.html
parentf052fe2b2811bb609a6ef1413f83435973b698ec (diff)
Almost ready
Diffstat (limited to 'crumbs/templates/base.html')
-rwxr-xr-xcrumbs/templates/base.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/crumbs/templates/base.html b/crumbs/templates/base.html
index 87ae083..6836a7f 100755
--- a/crumbs/templates/base.html
+++ b/crumbs/templates/base.html
@@ -2,7 +2,7 @@
<html lang="{{ DEFAULT_LANG }}">
<head>
<meta charset="utf-8">
- <!-- <title>{% block title %}{{ SITENAME }}{% endblock title %}</title> -->
+ <title>{% block title %}{{ SITENAME }}{% endblock title %}</title>
<!-- Load Montserrat, Inconsolata and font-awesome -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500;subset=cyrillic,latin-ext" rel="stylesheet">
@@ -11,9 +11,9 @@
<!-- Load bootstrap, then my own CSS -->
<link href="{{ SITEURL }}/theme/css/bootstrap.min.css" rel="stylesheet">
+ <link href="{{ SITEURL }}/theme/css/pygment.css" rel="stylesheet">
<link href="{{ SITEURL }}/theme/css/crumbs.css" rel="stylesheet">
<link href="{{ SITEURL }}/theme/css/cr_gay_override.css" rel="stylesheet">
-
</head>
<body>
@@ -22,7 +22,6 @@
<!-- HEADER FOR EVERY PAGE -->
<div>
<div class="navigation">
-
<div class="nav pull-left">
<!-- The page title -->