Browse Source

Closure Template/Esrap's error reporting leaves something to be desired.

Brit Butler 10 years ago
parent
commit
702aaf5b4b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      themes/hyde/index.tmpl

+ 1 - 1
themes/hyde/index.tmpl

17
 <div id="tagsoup">
17
 <div id="tagsoup">
18
   <p>This blog covers
18
   <p>This blog covers
19
     {foreach $tag in $tags}
19
     {foreach $tag in $tags}
20
-      <a href="{$config.domain}/${tag.url}">{$tag.name}</a>{nil}
20
+      <a href="{$config.domain}/{$tag.url}">{$tag.name}</a>{nil}
21
       {if not isLast($tag)},{sp}{/if}
21
       {if not isLast($tag)},{sp}{/if}
22
     {/foreach}
22
     {/foreach}
23
 </div>
23
 </div>