From a1a7efaf71ca45188737a73aca11aa8e05f8502a Mon Sep 17 00:00:00 2001 From: Jade Dominguez Date: Mon, 23 Jan 2012 00:52:44 -0800 Subject: 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 --- categories.html | 1 + 1 file changed, 1 insertion(+) (limited to 'categories.html') diff --git a/categories.html b/categories.html index a5ed9f8..b95b0ae 100644 --- a/categories.html +++ b/categories.html @@ -4,6 +4,7 @@ title: Categories header: Posts By Category group: navigation --- +{% include JB/setup %}