summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--site/templates/index.liquid6
1 files changed, 3 insertions, 3 deletions
diff --git a/site/templates/index.liquid b/site/templates/index.liquid
index 41de3e2..3d31f91 100644
--- a/site/templates/index.liquid
+++ b/site/templates/index.liquid
@@ -98,7 +98,7 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends.
{% for project in projects %}
{% if project.category == 'advertising' %}
<a href="/advertising/{{ project.id }}">{{ project.shortname || project.title }}</a>
- {% endif %}}
+ {% endif %}
{% endfor %}
</div>
<div class="cat">experiential</div>
@@ -106,7 +106,7 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends.
{% for project in projects %}
{% if project.category == 'experiential' %}
<a href="/experiential/{{ project.id }}">{{ project.shortname || project.title }}</a>
- {% endif %}}
+ {% endif %}
{% endfor %}
</div>
<div class="cat">content</div>
@@ -114,7 +114,7 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends.
{% for project in projects %}
{% if project.category == 'content' %}
<a href="/content/{{ project.id }}">{{ project.shortname || project.title }}</a>
- {% endif %}}
+ {% endif %}
{% endfor %}
</div>
</div>