Skip to content

Instantly share code, notes, and snippets.

@celsowhite
Last active November 15, 2017 18:19
Show Gist options
  • Save celsowhite/230fa1c13491526e00f026ffcb677ccd to your computer and use it in GitHub Desktop.
Save celsowhite/230fa1c13491526e00f026ffcb677ccd to your computer and use it in GitHub Desktop.
Flexslider using Otto liquid snippets
<div class="flexslider">
<ul class="slides">
<li>
{% include 'otto', location: 'homepage-banner-slide-1' %}
</li>
<li>
{% include 'otto', location: 'homepage-banner-slide-2' %}
</li>
<li>
{% include 'otto', location: 'homepage-banner-slide-3' %}
</li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment