mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-06 03:01:43 -04:00
Add closing <code> tag.
Earlier PR omitted </code>. Thanks to @ivantsepp for spotting.
This commit is contained in:
@@ -339,7 +339,7 @@ Liquid::Template.register_filter(Jekyll::AssetFilter)
|
||||
<h5>ProTip™: Access the site object using Liquid</h5>
|
||||
<p>
|
||||
Jekyll lets you access the <code>site</code> object through the
|
||||
<code>context.registers</code> feature of Liquid at <code>context.registers[:site]. For example, you can
|
||||
<code>context.registers</code> feature of Liquid at <code>context.registers[:site]</code>. For example, you can
|
||||
access the global configuration file <code>_config.yml</code> using
|
||||
<code>context.registers[:site].config</code>.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user