summaryrefslogtreecommitdiff
path: root/site/templates/index.liquid
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-13 18:52:06 -0400
committerJules Laplace <jules@okfoc.us>2015-04-13 18:52:06 -0400
commit455c09226f1bc57021147e889ef1127e982ed67c (patch)
tree7a3fc6be24123cbd73001177a37df30fc53feac7 /site/templates/index.liquid
parentdee6b3e3fd32b6b002a465e5723d51860e763b20 (diff)
rename shortname -> menu to be clear
Diffstat (limited to 'site/templates/index.liquid')
-rw-r--r--site/templates/index.liquid8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/templates/index.liquid b/site/templates/index.liquid
index 19bdf88..19a0b6c 100644
--- a/site/templates/index.liquid
+++ b/site/templates/index.liquid
@@ -88,25 +88,25 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends.
<div class="cat">retail</div>
<div class="sub">
{% for project in retails %}
- <a href="#" data-type="retail" data-id="{{ project.id }}">{{ project.shortname }}</a>
+ <a href="#" data-type="retail" data-id="{{ project.id }}">{{ project.menu }}</a>
{% endfor %}
</div>
<div class="cat">advertising</div>
<div class="sub">
{% for project in advertisings %}
- <a href="#" data-type="advertising" data-id="{{ project.id }}">{{ project.shortname }}</a>
+ <a href="#" data-type="advertising" data-id="{{ project.id }}">{{ project.menu }}</a>
{% endfor %}
</div>
<div class="cat">experiential</div>
<div class="sub">
{% for project in experientials %}
- <a href="#" data-type="experiential" data-id="{{ project.id }}">{{ project.shortname }}</a>
+ <a href="#" data-type="experiential" data-id="{{ project.id }}">{{ project.menu }}</a>
{% endfor %}
</div>
<div class="cat">content</div>
<div class="sub">
{% for project in contents %}
- <a href="#" data-type="content" data-id="{{ project.id }}">{{ project.shortname }}</a>
+ <a href="#" data-type="content" data-id="{{ project.id }}">{{ project.menu }}</a>
{% endfor %}
</div>
</div>