diff --git a/docs/Templates-Overview.html b/docs/Templates-Overview.html index 5e15773..4033d95 100644 --- a/docs/Templates-Overview.html +++ b/docs/Templates-Overview.html @@ -355,7 +355,7 @@

Don't

title: {{pkg.name}} # Oops! Can't use handlebars here!!! --- <h1>{{title}}</h1> -

Neither of those examples will because Handlebars templates can only be used outside of the YAML front matter.

+

Neither of those examples will work because Handlebars templates can only be used outside of the YAML front matter.

This won't work either:

---
 title: My Site