From 2c1c05923d7b46707757bdc24fe289a2ff3d8ac7 Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Mon, 14 May 2012 18:33:49 +0100 Subject: [PATCH] Fix a broken URL in the simple template --- pelican/themes/simple/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/themes/simple/templates/base.html b/pelican/themes/simple/templates/base.html index a1017219..ad2723fd 100644 --- a/pelican/themes/simple/templates/base.html +++ b/pelican/themes/simple/templates/base.html @@ -21,7 +21,7 @@ {% endfor %} {% else %} {% for cat, null in categories %} - {{ cat }} + {{ cat }} {% endfor %} {% endif %}