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>
|
<p>
|
||||||
{if $post.tags}
|
{if $post.tags}
|
||||||
Tagged as {foreach $tag in $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}
|
{if not isLast($tag)},{sp}{/if}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{/if}
|
{/if}
|
||||||
|
|
Loading…
Add table
Reference in a new issue