Skip to content

Instantly share code, notes, and snippets.

@monnoval
Last active August 29, 2015 14:01
Show Gist options
  • Save monnoval/8887503468030f96d8e9 to your computer and use it in GitHub Desktop.
Save monnoval/8887503468030f96d8e9 to your computer and use it in GitHub Desktop.
Middleman - Generate bootstrap carousel via content in YAML file
---
title: Home
---
- carousel = data.carousel.sample
= partial "layouts/carousel", :locals => {:carousel => carousel}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment