Skip to content

Instantly share code, notes, and snippets.

@iso100
Created July 3, 2014 19:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iso100/33e24de2b745b3dba56c to your computer and use it in GitHub Desktop.
Save iso100/33e24de2b745b3dba56c to your computer and use it in GitHub Desktop.
Homepage template showing a gallery item
<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