Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Templates-Overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h3 id="don-t">Don&#39;t</h3>
title: {{pkg.name}} # Oops! Can&#39;t use handlebars here!!!
---
&lt;h1&gt;{{title}}&lt;/h1&gt;</code></pre>
<p>Neither of those examples will because Handlebars templates can only be used <strong>outside of the YAML front matter</strong>.</p>
<p>Neither of those examples will work because Handlebars templates can only be used <strong>outside of the YAML front matter</strong>.</p>
<p>This won&#39;t work either:</p>
<pre><code class="language-html">---
title: My Site
Expand Down