diff options
Diffstat (limited to 'templates/index.liquid')
| -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 %}"> |
