aboutsummaryrefslogtreecommitdiff
path: root/crumbs/templates/base.html
diff options
context:
space:
mode:
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 -->