Explorar o código

Fix buglet in readable theme's post template.

Thanks to Matthias Wimmer for the report and fix.
Brit Butler %!s(int64=10) %!d(string=hai) anos
pai
achega
0dae5d249a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      themes/readable/post.tmpl

+ 1 - 1
themes/readable/post.tmpl

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