From 56b133b8b9737114304e6dd5326fc736f7bc2ee8 Mon Sep 17 00:00:00 2001 From: groundh0g Date: Tue, 31 Mar 2015 23:03:29 -0400 Subject: [PATCH] Added test to index.md. --- index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.md b/index.md index f8b5475..c3e4ee1 100644 --- a/index.md +++ b/index.md @@ -43,4 +43,8 @@ Here's a sample "posts list". This theme is still unfinished. If you'd like to be added as a contributor, [please fork](http://github.com/plusjade/jekyll-bootstrap)! We need to clean up the themes, make theme usage guides with theme-specific markup examples. +{% include JB/is_production %} + +## Production Mode? +This site is {% if is_production != true %}not{% endif %} running in production mode. The environment is "{{jb_prod_env}}". \ No newline at end of file