|
|
|
|
219
|
|
219
|
|
220
|
As mentioned earlier, most files have a file name which is a slug of
|
220
|
As mentioned earlier, most files have a file name which is a slug of
|
221
|
some sort. So if you want to create a link to a tag file you should
|
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
|
[clt]: https://developers.google.com/closure/templates/
|
224
|
[clt]: https://developers.google.com/closure/templates/
|
225
|
[ovr]: https://github.com/redline6561/coleslaw/blob/master/docs/overview.md
|
225
|
[ovr]: https://github.com/redline6561/coleslaw/blob/master/docs/overview.md
|