aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gum/templates/sidebar.html2
-rw-r--r--pelican-bootstrap3/templates/base.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/gum/templates/sidebar.html b/gum/templates/sidebar.html
index a60477f..9e07507 100644
--- a/gum/templates/sidebar.html
+++ b/gum/templates/sidebar.html
@@ -19,8 +19,8 @@
{% endif %}
</ul>
+{% if categories and categories|length > 1 %}
<h4>Categories</h4>
-{% if categories %}
<ul class="blank">
{% for cat, null in categories %}
<li><a href="{{ SITEURL }}/{{ cat.url|e }}">{{ cat }}</a></li>
diff --git a/pelican-bootstrap3/templates/base.html b/pelican-bootstrap3/templates/base.html
index 873cd08..28e592a 100644
--- a/pelican-bootstrap3/templates/base.html
+++ b/pelican-bootstrap3/templates/base.html
@@ -55,7 +55,7 @@
{# Flattr ID for the Flattr browser plug-in #}
{% if FLATTR_ID %}
- <meta name="flattr:id" content="m1qj28">
+ <meta name="flattr:id" content="{{ FLATTR_ID }}">
{% endif %}
<!-- Bootstrap -->