diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 14:16:48 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 14:16:48 -0400 |
| commit | 12cf2423907cdac9a97ba6925377c73e0b94301d (patch) | |
| tree | d1916356a1e42650a4afebf31c9438c4563dc694 /templates | |
| parent | 7d858db73caada1058e86c99b01600aba42bc7a4 (diff) | |
iframe demo
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.liquid | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index f045321..b2f9db1 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -32,8 +32,10 @@ {% for project in projects %} <div class="item"> <div class="top"> - <div class="cell" style="background-image:url({{ project.image.uri }})"></div> - <div class="cell"></div> + <div class="cell {% if project.containImage == 'true' %}contain{% endif %}" style="background-image:url({{ project.image.uri }})"></div> + <iframe class="cell" src="http://okfoc.us"> + + </iframe> <div class="cell"></div> </div> <div class="bottom {% if project.press %}press{% else %}nopress{% endif %}"> |
