From 88b66858ffb264300df8a9c17ad5c7832b322f66 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 19 Feb 2014 14:15:03 -0500 Subject: [PATCH] Update docs to include extname for static file object in liquid. [ci skip] --- site/docs/variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/variables.md b/site/docs/variables.md index b150dda7..32b96693 100644 --- a/site/docs/variables.md +++ b/site/docs/variables.md @@ -118,7 +118,7 @@ following is a reference of the available data. A list of all static files (i.e. files not processed by Jekyll's converters or the Liquid renderer). Each file has two properties: - path and modified_time + path, modified_time and extname.