|
@@ -17,8 +17,8 @@
|
17
|
17
|
<div id="tagsoup">
|
18
|
18
|
<p>This blog covers
|
19
|
19
|
{foreach $tag in $tags}
|
20
|
|
- <a href="{$config.domain}/tag/{$tag}.html">{$tag}</a>
|
21
|
|
- {if not isLast($tag)}, {/if}
|
|
20
|
+ <a href="{$config.domain}/tag/{$tag}.html">{$tag}</a>{nil}
|
|
21
|
+ {if not isLast($tag)},{sp}{/if}
|
22
|
22
|
{/foreach}
|
23
|
23
|
</div>
|
24
|
24
|
{/if}
|
|
@@ -26,8 +26,8 @@
|
26
|
26
|
<div id="monthsoup">
|
27
|
27
|
<p>View posts from
|
28
|
28
|
{foreach $month in $months}
|
29
|
|
- <a href="{$config.domain}/date/{$month}.html">{$month}</a>
|
30
|
|
- {if not isLast($month)}, {/if}
|
|
29
|
+ <a href="{$config.domain}/date/{$month}.html">{$month}</a>{nil}
|
|
30
|
+ {if not isLast($month)},{sp}{/if}
|
31
|
31
|
{/foreach}
|
32
|
32
|
</div>
|
33
|
33
|
{/if}
|