diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-03-28 19:20:11 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-03-28 19:20:11 -0400 |
| commit | ba81ae9a470c804f6ed425b2d2019d1cda53f273 (patch) | |
| tree | 0cef5a8489a3e0fcc365f3f44a6b0c13b3ec1d0b /templates | |
| parent | 0c0f5935414c3edf3673d84532e537a6e9823a16 (diff) | |
| parent | dca0b022e7aebf84828aa2182c68a6d348d7525a (diff) | |
iframes
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"> |
