summaryrefslogtreecommitdiff
path: root/site/templates/project.liquid
diff options
context:
space:
mode:
Diffstat (limited to 'site/templates/project.liquid')
-rw-r--r--site/templates/project.liquid20
1 files changed, 10 insertions, 10 deletions
diff --git a/site/templates/project.liquid b/site/templates/project.liquid
index 5e6bc84..583cb09 100644
--- a/site/templates/project.liquid
+++ b/site/templates/project.liquid
@@ -1,22 +1,22 @@
<div class="entry">
<span>
- <span class="postname">{{post.title}}</span>
-
+ <span class="projectname">{{project.title}}</span>
+
<div class="gallery" id="okgallery">
- {% if post.video %}
- <div class="cell video" style="background-image:url({{ post.video.thumb }}" data-video="https://player.vimeo.com/video/{{ post.video.token }}" data-caption="{{ post.video.title }}"></div>
+ {% if project.video %}
+ <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 post.images %}
+ {% for image in project.images %}
<div class="cell" data-caption="{{ image.caption }}"><img src="{{ image.uri }}"></div>
{% endfor %}
</div>
<div class="caption"></div>
<div class="content">
- {{ post.description }}
+ {{ project.description }}
</div>
<div class="credit">
- <a href="#"><img src="assets/images/fb2.png"></a>
- <a href="#"><img src="assets/images/tw2.png"></a>
+ <a href="#"><img src="{{static}}/assets/images/fb2.png"></a>
+ <a href="#"><img src="{{static}}/assets/images/tw2.png"></a>
</div>
- </span>
-</div> \ No newline at end of file
+ </span>
+</div>