Fix overzealous URL encoding
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M themes/bear/templates/taxonomy_single.html → themes/bear/templates/taxonomy_single.html
@@ -22,7 +22,7 @@ <time datetime='{{ page.date | date(format='%+') }}' pubdate> {{ page.date | date(format=config.extra.date_format) }} </time> </span> - <a href="{{ page.permalink }}">{{ page.title }}</a> + <a href="{{ page.path | urlencode | safe }}">{{ page.title }}</a> </li> {% else %} <li>