Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typo in Templates Overview docs #175

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Templates-Overview.html
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