Fix some spacing in header for Buefy theme

This commit is contained in:
Lance Edgar 2020-03-22 16:42:05 -05:00
parent 297ca3fe11
commit 51e1a85f0b

View file

@ -249,7 +249,7 @@
% elif index_url: % elif index_url:
${h.link_to(index_title, index_url)} ${h.link_to(index_title, index_url)}
% if parent_url is not Undefined: % if parent_url is not Undefined:
<span>&raquo;</span> <span>&nbsp;&raquo;</span>
${h.link_to(parent_title, parent_url)} ${h.link_to(parent_title, parent_url)}
% elif instance_url is not Undefined: % elif instance_url is not Undefined:
<span>&nbsp;&raquo;</span> <span>&nbsp;&raquo;</span>