projects
/
web
/
SooLocks.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3e511f
)
Add flexy for home image
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 12 Jun 2014 14:46:06 +0000
(10:46 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/templates/template.html
b/templates/template.html
index
c6d679e
..
7c50a8f
100644
(file)
--- a/
templates/template.html
+++ b/
templates/template.html
@@
-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>