Просмотр исходного кода

Small doc fix in template example

Willem Rein Oudshoorn лет назад: 12
Родитель
Сommit
bd3bdad9b1
1 измененных файлов с 1 добавлено и 1 удалено
  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