Add flexy for home image
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 12 Jun 2014 14:46:06 +0000 (10:46 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 12 Jun 2014 14:46:06 +0000 (10:46 -0400)
If on home page output the home image
If on inside page don't output the home image

templates/template.html

index c6d679e..7c50a8f 100644 (file)
@@ -83,7 +83,7 @@
                         </nav>
                     </div>
             </div>
-            <div class="row">
+            <div class="row" flexy:if="isHomePage">
                 <div class="large-12 columns">
                     <img src="{mediaBaseURL:h}assets/homeImg.png" id="homeImg">
                 </div>