diff --git a/themes/hyde/post.tmpl b/themes/hyde/post.tmpl index 3c514cd..cebe759 100644 --- a/themes/hyde/post.tmpl +++ b/themes/hyde/post.tmpl @@ -6,9 +6,9 @@
{\n} {if $post.tags} Tagged as {foreach $tag in $post.tags} - {$tag.name}{nil} - {if not isLast($tag)},{sp}{/if} - {/foreach} + {$tag.name}{nil} + {if not isLast($tag)},{sp}{/if} + {/foreach} {/if}
{\n}
{\n}