From b93aa2b3f2e1a3c42f19942be13ca7fb34b03d38 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 23 Apr 2015 14:25:10 -0400 Subject: reorder --- site/index.js | 8 ++++---- site/templates/all.liquid | 12 ++++++------ site/templates/index.liquid | 20 ++++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/site/index.js b/site/index.js index 6d34b89..3283b82 100644 --- a/site/index.js +++ b/site/index.js @@ -27,10 +27,10 @@ var app = okcms.createApp({ body: {type: 'text'}, image: {type: 'string'} }, - retail: projectSchema, advertising: projectSchema, - experiential: projectSchema, content: projectSchema, + experiential: projectSchema, + retail: projectSchema, shape: { id: {type: 'string', id: true, hidden: true}, title: {type: 'string'}, @@ -42,10 +42,10 @@ var app = okcms.createApp({ { type: 'page', static: {id: 'about'}}, { type: 'page', static: {id: 'contact'}}, { type: 'shape', static: {id: 'shape-images'}}, - { type: 'retail' }, { type: 'advertising' }, + { type: 'content' }, { type: 'experiential' }, - { type: 'content' } + { type: 'retail' }, ], services: { diff --git a/site/templates/all.liquid b/site/templates/all.liquid index e6f39bf..1ee66ff 100644 --- a/site/templates/all.liquid +++ b/site/templates/all.liquid @@ -1,12 +1,12 @@
- {% for project in retails %} -
+ {% for project in advertisings %} +
{{ project.title }}
{% endfor %} - {% for project in advertisings %} -
+ {% for project in contents %} +
{{ project.title }}
@@ -17,8 +17,8 @@ {{ project.title }}
{% endfor %} - {% for project in contents %} -
+ {% for project in retails %} +
{{ project.title }}
diff --git a/site/templates/index.liquid b/site/templates/index.liquid index c67cdc2..5807329 100644 --- a/site/templates/index.liquid +++ b/site/templates/index.liquid @@ -85,16 +85,16 @@ WEBSITE BY OKFOCUS, http://okfoc.us, Internet Legends.