Fix buglet in readable theme's post template.

Thanks to Matthias Wimmer for the report and fix.
This commit is contained in:
Brit Butler 2014-09-04 09:09:36 -04:00
parent 2286814509
commit 0dae5d249a

View file

@ -6,7 +6,7 @@
<p>
{if $post.tags}
Tagged as {foreach $tag in $post.tags}
<a href="{$config.domain}/tag/{$tag.slug}{$config.pageExt}">{$tag.name}</a>{nil}
<a href="{$config.domain}/tag/{$tag.slug}.{$config.pageExt}">{$tag.name}</a>{nil}
{if not isLast($tag)},{sp}{/if}
{/foreach}
{/if}