all repos — homestead @ 43da83451fdb44263e9fde61100f379734dc9421

Code for my website

Fix overzealous URL encoding

Alan Pearce
commit

43da83451fdb44263e9fde61100f379734dc9421

parent

c884191fccb65b6416fb26ac83d11a2bc383002b

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M themes/bear/templates/taxonomy_single.htmlthemes/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>