summaryrefslogtreecommitdiff
path: root/categories.html
diff options
context:
space:
mode:
authorJade Dominguez <plusjade@gmail.com>2012-01-23 03:28:28 -0800
committerJade Dominguez <plusjade@gmail.com>2012-01-23 03:28:28 -0800
commit5c0a7a6dcd32449cb43d3f4b42f57e251196d9c1 (patch)
tree0cd4e14c04e0cdeda17ab56855c66aa55c46d708 /categories.html
parent8b7998695b6a4a03ac8ecfc321a8f954b31098dc (diff)
Update helper calls
Use 'JB/[HELPER]' format
Diffstat (limited to 'categories.html')
-rw-r--r--categories.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/categories.html b/categories.html
index b95b0ae..cdb8789 100644
--- a/categories.html
+++ b/categories.html
@@ -8,7 +8,7 @@ group: navigation
<ul class="tag_box inline">
{% assign categories_list = site.categories %}
- {% include helpers/categories_list.html %}
+ {% include JB/categories_list %}
</ul>
@@ -16,7 +16,7 @@ group: navigation
<h2 id="{{ category[0] }}-ref">{{ category[0] | join: "/" }}</h2>
<ul>
{% assign pages_list = category[1] %}
- {% include helpers/pages_list.html %}
+ {% include JB/pages_list %}
</ul>
{% endfor %}