Explorar o código

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

Brit Butler %!s(int64=10) %!d(string=hai) anos
pai
achega
702aaf5b4b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      themes/hyde/index.tmpl

+ 1 - 1
themes/hyde/index.tmpl

@@ -17,7 +17,7 @@
17 17
 <div id="tagsoup">
18 18
   <p>This blog covers
19 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 21
       {if not isLast($tag)},{sp}{/if}
22 22
     {/foreach}
23 23
 </div>