Last active
November 15, 2017 18:19
-
-
Save celsowhite/230fa1c13491526e00f026ffcb677ccd to your computer and use it in GitHub Desktop.
Flexslider using Otto liquid snippets
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="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