Skip to content

Instantly share code, notes, and snippets.

@ymendel
Created January 9, 2009 18:14
Show Gist options
  • Select an option

  • Save ymendel/45205 to your computer and use it in GitHub Desktop.

Select an option

Save ymendel/45205 to your computer and use it in GitHub Desktop.
---
filter:
- erb
- markdown
directory: gallery
extension: html
title: "Gallery - i_like_dip.jpg"
filename: i_like_dip
image: i_like_dip.jpg
---
title: "Gallery - sfs_tandem.jpg"
filename: sfs_tandem
image: sfs_tandem.jpg
---
## Gallery
<div class="single">
<a href="/img/gallery/<%= @page.image %>"><img src="/img/gallery/<%= @page.image %>" /></a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment