Updated pelican-bootstrap3 to newest version
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
{% block content %}
|
||||
<section id="content">
|
||||
<article>
|
||||
<header>
|
||||
<header class="page-header">
|
||||
<h1>
|
||||
<a href="{{ SITEURL }}/{{ article.url }}"
|
||||
rel="bookmark"
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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 }}">
|
||||
|
||||
Reference in New Issue
Block a user