Parcourir la Source

Small doc fix in template example

Willem Rein Oudshoorn il y a 12 ans
Parent
commit
bd3bdad9b1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/themes.md

+ 1 - 1
docs/themes.md

@@ -219,7 +219,7 @@ Good luck!
219 219
 
220 220
 As mentioned earlier, most files have a file name which is a slug of
221 221
 some sort. So if you want to create a link to a tag file you should
222
-do something like this: `<a href="${config.domain}/tags/$tag.slug">$tag.name</a>`.
222
+do something like this: `<a href="${config.domain}/tags/{$tag.slug}">{$tag.name}</a>`.
223 223
 
224 224
 [clt]: https://developers.google.com/closure/templates/
225 225
 [ovr]: https://github.com/redline6561/coleslaw/blob/master/docs/overview.md