summaryrefslogtreecommitdiff
path: root/archive.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 /archive.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 'archive.html')
-rw-r--r--archive.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.html b/archive.html
index 625253f..683459c 100644
--- a/archive.html
+++ b/archive.html
@@ -4,6 +4,7 @@ title : Archive
header : Post Archive
group: navigation
---
+{% include JB/setup %}
{% assign posts_collate = site.posts %}
{% include helpers/posts_collate.html %} \ No newline at end of file