summaryrefslogtreecommitdiff
path: root/tags.html
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 /tags.html
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 'tags.html')
-rw-r--r--tags.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tags.html b/tags.html
index 76686fc..6a29279 100644
--- a/tags.html
+++ b/tags.html
@@ -4,6 +4,7 @@ title: Tags
header: Posts By Tag
group: navigation
---
+{% include JB/setup %}
<ul class="tag_box inline">
{% assign tags_list = site.tags %}