From dfc5be16aad62c261403328206f48f466100945d Mon Sep 17 00:00:00 2001 From: Brit Butler Date: Tue, 9 Apr 2013 12:08:10 -0400 Subject: [PATCH] Minor spacing tweak to navigation. --- themes/hyde/base.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hyde/base.tmpl b/themes/hyde/base.tmpl index a7aaa74..bbf4568 100644 --- a/themes/hyde/base.tmpl +++ b/themes/hyde/base.tmpl @@ -21,7 +21,7 @@ {$config.title} | {foreach $link in $config.sitenav} {$link.name} - {if not isLast($link)} | {/if} + {if not isLast($link)} {sp}|{sp} {/if} {/foreach}