Fix buglet in readable theme's post template.
Thanks to Matthias Wimmer for the report and fix.
This commit is contained in:
parent
2286814509
commit
0dae5d249a
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue