Explorar el Código

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

Brit Butler hace 10 años
padre
commit
702aaf5b4b
Se han modificado 1 ficheros con 1 adiciones y 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>