aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/templates
diff options
context:
space:
mode:
authorDaan Debie <daan.debie@info.nl>2013-09-12 22:18:23 +0200
committerDaan Debie <daan.debie@info.nl>2013-09-12 22:18:23 +0200
commit8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6 (patch)
treed105653aace2d690f01eea6d8eae2ce36341d3ec /pelican-bootstrap3/templates
parent04b61364f426ce5f632a3dd5411df1adb5cfb24c (diff)
downloadpelican-themes-8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6.zip
pelican-themes-8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6.tar.gz
pelican-themes-8fc2dfd7e8fe863b9536f7b78a78856b97ed22b6.tar.bz2
Updated pelican-bootstrap3 to newest version
Diffstat (limited to 'pelican-bootstrap3/templates')
-rw-r--r--pelican-bootstrap3/templates/article.html2
-rw-r--r--pelican-bootstrap3/templates/base.html6
-rw-r--r--pelican-bootstrap3/templates/includes/sidebar.html2
3 files changed, 5 insertions, 5 deletions
diff --git a/pelican-bootstrap3/templates/article.html b/pelican-bootstrap3/templates/article.html
index 4601627..8588bda 100644
--- a/pelican-bootstrap3/templates/article.html
+++ b/pelican-bootstrap3/templates/article.html
@@ -3,7 +3,7 @@
{% block content %}
<section id="content">
<article>
- <header>
+ <header class="page-header">
<h1>
<a href="{{ SITEURL }}/{{ article.url }}"
rel="bookmark"
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html
index 112ef62..ab505eb 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -40,8 +40,8 @@
{% endif %}
<!-- Bootstrap -->
- {% if BOOTSWATCH_THEME %}
- <link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.{{ BOOTSWATCH_THEME }}.min.css" type="text/css"/>
+ {% if BOOTSTRAP_THEME %}
+ <link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.{{ BOOTSTRAP_THEME }}.min.css" type="text/css"/>
{% else %}
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css" type="text/css"/>
{% endif %}
@@ -64,7 +64,7 @@
{% include 'includes/ga.html' %}
</head>
<body>
-<nav class="navbar navbar-fixed-top" role="navigation">
+<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
diff --git a/pelican-bootstrap3/templates/includes/sidebar.html b/pelican-bootstrap3/templates/includes/sidebar.html
index 6ff43b3..1398ac7 100644
--- a/pelican-bootstrap3/templates/includes/sidebar.html
+++ b/pelican-bootstrap3/templates/includes/sidebar.html
@@ -21,7 +21,7 @@
{# </li>#}
{# {% endfor %}#}
- <li class="list-group-item"><h4><i class="icon-tags icon-large"></i>Tags</h4></li>
+ <li class="list-group-item"><a href="{{ SITEURL }}/tags.html"><h4><i class="icon-tags icon-large"></i>Tags</h4></a></li>
{% for tag in tag_cloud|sort(attribute='1') %}
<li class="list-group-item tag-{{ tag.1 }}">
<a href="{{ SITEURL }}/{{ tag.0.url }}">