From 805b34faf0bbdaf135e16072b8dd9153a24368ad Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 23 Jun 2023 14:01:14 +0200 Subject: Fix overzealous URL encoding --- themes/bear/templates/section.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/bear/templates/section.html') diff --git a/themes/bear/templates/section.html b/themes/bear/templates/section.html index f7567f2..c7f80de 100644 --- a/themes/bear/templates/section.html +++ b/themes/bear/templates/section.html @@ -16,7 +16,7 @@ {{ page.date | date(format=config.extra.date_format) }} - {{ page.title }} + {{ page.title }} {% else %}
  • @@ -28,7 +28,7 @@
    {% set tags = get_taxonomy(kind="tags") %} {% for post in tags.items %} - #{{ post.name }}  + #{{ post.name }} {% endfor %}
    -- cgit 1.4.1