summaryrefslogtreecommitdiff
path: root/site/templates/project.liquid
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2016-09-02 13:31:36 -0400
committerJules Laplace <jules@okfoc.us>2016-09-02 13:31:36 -0400
commitde8b6ffa3c686256030df04a6dd56025fe6de8ac (patch)
tree6e0f954f151060ccba3441e03409557f674e54c3 /site/templates/project.liquid
parent98bb711e716b4e9770aa7299b43f630fb7262acc (diff)
remove 2h site and bump to 0.1.40v0.1.40
Diffstat (limited to 'site/templates/project.liquid')
-rw-r--r--site/templates/project.liquid26
1 files changed, 0 insertions, 26 deletions
diff --git a/site/templates/project.liquid b/site/templates/project.liquid
deleted file mode 100644
index 65587d9..0000000
--- a/site/templates/project.liquid
+++ /dev/null
@@ -1,26 +0,0 @@
-<div class="entry">
- <span>
- <span class="postname">{{project.title}}</span>
- <div class="galnav">
- <span class="prevbutton">PREVIOUS</span>
- <span class="nextbutton">NEXT</span>
- </div>
- <div class="gallery" id="okgallery">
- {% for media in project.media %}
- {% if media.token %}
- <div class="cell video" style="background-image:url({{ media.thumb }})" data-video="https://player.vimeo.com/video/{{ media.token }}" data-caption=""></div>
- {% else %}
- <div class="cell loading" data-caption="{{ media.caption }}"><img src="{{ media.uri }}"></div>
- {% endif %}
- {% endfor %}
- </div>
- <div class="caption"></div>
- <div class="content">
- {{ project.description | newline_to_br }}
- </div>
- <div class="credit">
- <img src="{{static}}/assets/images/fb2.png" class="fb">
- <img src="{{static}}/assets/images/tw2.png" class="tw">
- </div>
- </span>
-</div> \ No newline at end of file