summaryrefslogtreecommitdiff
path: root/site/templates/project.liquid
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-04-27 14:24:20 -0400
committerJules Laplace <jules@okfoc.us>2015-04-27 14:24:20 -0400
commit3e2d7e98230990ad954b33203e0611358c1fa915 (patch)
tree5581c71544de94c736ac7fbabf86dd9ebcdc25a5 /site/templates/project.liquid
parenta69d9410c42ad312283fe5a25ed7ca8d7c6b42e2 (diff)
stubbing in videos
Diffstat (limited to 'site/templates/project.liquid')
-rw-r--r--site/templates/project.liquid5
1 files changed, 4 insertions, 1 deletions
diff --git a/site/templates/project.liquid b/site/templates/project.liquid
index b54722d..3d32c0d 100644
--- a/site/templates/project.liquid
+++ b/site/templates/project.liquid
@@ -1,7 +1,10 @@
<div class="entry">
<span>
<span class="postname">{{project.title}}</span>
-
+ <div class="galnav">
+ <span class="prevbutton">PREVIOUS ASSET</span>
+ <span class="nextbutton">NEXT ASSET</span>
+ </div>
<div class="gallery" id="okgallery">
{% if project.video.token %}
<div class="cell video" style="background-image:url({{ project.video.thumb }})" data-video="https://player.vimeo.com/video/{{ project.video.token }}" data-caption="{{ project.video.title }}"></div>