diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.liquid | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/index.liquid b/templates/index.liquid index 69f3b3a..341734b 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -55,8 +55,8 @@ <rect y="40" width="57.4" height="13"/> </g> </g> -</svg> -INDEX</div> + </svg> + </div> <div>OKFocus LLC. • 2016</div> <div>SLIDE.1 • PG.1</div> </span> @@ -69,9 +69,10 @@ INDEX</div> <div class="cell {% if project.containImage == 'true' %}contain{% endif %}" style="background-image:url({{ media.uri }})"></div> {% elsif media.type == 'vimeo' %} <div class="cell video" data-video="{{ media.token }}"></div> + {% elsif media.type == 'link' %} + <iframe class="cell" src="{{ media.uri }}"></iframe> {% endif %} {% endfor %} - <iframe class="cell" src="http://okfoc.us"></iframe> </div> <div class="bottom {% if project.press %}press{% else %}nopress{% endif %}"> <div class="headings five"> |
