Created
July 3, 2014 19:01
-
-
Save iso100/33e24de2b745b3dba56c to your computer and use it in GitHub Desktop.
Homepage template showing a gallery item
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="row"> | |
<div class="eight columns"> | |
<h2>Photography by Andrew Mosedale</h2> | |
<div class="row"> | |
<div class="eight columns"> | |
{{ content }} | |
</div> | |
<div class="four columns"> | |
<div class="example-image"> | |
{{ get_content from="/gallery" }} | |
{{ gallery limit="1" sort_dir="desc" }} | |
<img src="{{ transform src="{photo}" width="400" action="resize" }}" alt="{{ caption }}"> | |
{{ /gallery }} | |
{{ /get_content }} | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="four columns sidebar" role="complementary"> | |
{{ theme:partial src="common-sidebar" }} | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment