From 7d7b6ad3b14aaaf7f2ef502becd70296601872aa Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 5 Apr 2016 17:30:37 -0400 Subject: caption as css inject, two fields for link text --- templates/index.liquid | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates') diff --git a/templates/index.liquid b/templates/index.liquid index 684086f..18bbea3 100644 --- a/templates/index.liquid +++ b/templates/index.liquid @@ -122,11 +122,11 @@
{% for media in project.media %} {% if media.type == 'image' %} -
+
{% elsif media.type == 'video' %} -
+
{% elsif media.type == 'link' %} -
+
{% endif %} {% endfor %} @@ -149,7 +149,7 @@ {{ project.year }} {{ project.client }} {% if project.alternateTitle %}{{ project.alternateTitle }}{% else %}{{ project.title }}{% endif %} - Launch Site + {% if project.linkText %}{{ project.linkText }}{% else %}Launch Site{% endif %}
    -- cgit v1.2.3-70-g09d2