From 5491da95119841e572759e796ae1d33944761ce6 Mon Sep 17 00:00:00 2001 From: Philip Poots Date: Tue, 24 Dec 2013 09:42:47 +0000 Subject: [PATCH] Add closing tag. Earlier PR omitted . Thanks to @ivantsepp for spotting. --- site/docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 9c449187..456f567c 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -339,7 +339,7 @@ Liquid::Template.register_filter(Jekyll::AssetFilter)
ProTip™: Access the site object using Liquid

Jekyll lets you access the site object through the - context.registers feature of Liquid at context.registers[:site]. For example, you can + context.registers feature of Liquid at context.registers[:site]. For example, you can access the global configuration file _config.yml using context.registers[:site].config.