diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-04-13 19:28:42 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-04-13 19:28:42 -0400 |
| commit | db3775794623ebbc63efb44e545b66f2accfd728 (patch) | |
| tree | 71ee9e4c06bef5aa1a7fd534c4b5ec8b23f94dbe /site/templates/project.liquid | |
| parent | 455c09226f1bc57021147e889ef1127e982ed67c (diff) | |
testing stuff
Diffstat (limited to 'site/templates/project.liquid')
| -rw-r--r-- | site/templates/project.liquid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/templates/project.liquid b/site/templates/project.liquid index d21fed2..e087049 100644 --- a/site/templates/project.liquid +++ b/site/templates/project.liquid @@ -3,7 +3,7 @@ <span class="projectname">{{project.title}}</span> <div class="gallery" id="okgallery"> - {% if project.video %} + {% 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> {% endif %} {% for image in project.images %} |
