diff --git a/themes/hyde/index.tmpl b/themes/hyde/index.tmpl index 9ea8809..dd9681b 100644 --- a/themes/hyde/index.tmpl +++ b/themes/hyde/index.tmpl @@ -17,8 +17,8 @@

This blog covers {foreach $tag in $tags} - {$tag} - {if not isLast($tag)}, {/if} + {$tag}{nil} + {if not isLast($tag)},{sp}{/if} {/foreach}

{/if} @@ -26,8 +26,8 @@

View posts from {foreach $month in $months} - {$month} - {if not isLast($month)}, {/if} + {$month}{nil} + {if not isLast($month)},{sp}{/if} {/foreach}

{/if} diff --git a/themes/hyde/post.tmpl b/themes/hyde/post.tmpl index b88a8a4..9d4648c 100644 --- a/themes/hyde/post.tmpl +++ b/themes/hyde/post.tmpl @@ -5,8 +5,8 @@

{$post.title}

{\n}
{\n} Tagged as {foreach $tag in $post.tags} - {$tag} - {if not isLast($tag)}, {/if} + {$tag}{nil} + {if not isLast($tag)},{sp}{/if} {/foreach}
{\n}
{\n}