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/taxonomy_single.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/bear/templates/taxonomy_single.html') diff --git a/themes/bear/templates/taxonomy_single.html b/themes/bear/templates/taxonomy_single.html index 4fade3f..2798f94 100644 --- a/themes/bear/templates/taxonomy_single.html +++ b/themes/bear/templates/taxonomy_single.html @@ -22,7 +22,7 @@ {{ page.date | date(format=config.extra.date_format) }} - {{ page.title }} + {{ page.title }} {% else %}
  • -- cgit 1.4.1