summaryrefslogtreecommitdiff
path: root/index.md
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-23 00:52:44 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-23 00:52:44 -0800
commita1a7efaf71ca45188737a73aca11aa8e05f8502a (patch)
treec3407a5dc0ea776b9a5aa573639eb3575be14938 /index.md
parent7ef7288a3338be437ff41c824aa4814631b88add (diff)
Include 'JB/setup' in all posts and pages
This is the only way we can have global access to dynamic liquid variables. Using site configuration is too convulated since switching themes and runing in development vs. production relies on being able to dynamically define variables
Diffstat (limited to 'index.md')
-rw-r--r--index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.md b/index.md
index c679f66..dfa0769 100644
--- a/index.md
+++ b/index.md
@@ -2,6 +2,7 @@
layout: page
title: Hello World!
---
+{% include JB/setup %}
Read [Jekyll Quick Start](http://jekyllbootstrap.com/usage/jekyll-quick-start.html)