From 2305c4cab390e36b96f796d2990d4cb235688fa8 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Apr 2015 16:38:45 -0400 Subject: thumbnail field --- site/index.js | 2 +- site/templates/index.liquid | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'site') diff --git a/site/index.js b/site/index.js index 3283b82..d7989b9 100644 --- a/site/index.js +++ b/site/index.js @@ -7,7 +7,7 @@ var projectSchema = { description: {type: 'text'}, video: {type: 'video'}, images: {type: 'captioned-image-list'}, - shape: {type: 'image'}, + thumbnail: {type: 'image'}, } var app = okcms.createApp({ diff --git a/site/templates/index.liquid b/site/templates/index.liquid index 5807329..244e95a 100644 --- a/site/templates/index.liquid +++ b/site/templates/index.liquid @@ -88,25 +88,25 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends.
advertising
{% for project in advertisings %} - {{ project.menu }} + {{ project.menu }} {% endfor %}
content
{% for project in contents %} - {{ project.menu }} + {{ project.menu }} {% endfor %}
experiential
{% for project in experientials %} - {{ project.menu }} + {{ project.menu }} {% endfor %}
retail
{% for project in retails %} - {{ project.menu }} + {{ project.menu }} {% endfor %}
-- cgit v1.2.3-70-g09d2