Skip to content

Instantly share code, notes, and snippets.

@davist11
Created May 31, 2012 13:09
Show Gist options
  • Save davist11/2843326 to your computer and use it in GitHub Desktop.
Save davist11/2843326 to your computer and use it in GitHub Desktop.
Viget Case Study
{exp:stash:set name="content"}
...
<section class="content-primary content">
<div class="wrapper">
{if work_carousel}
<section class="section-carousel section">
<div class="section-content shiny">
<ul class="grouping-carousel grouping">
{work_carousel}
<li class="{if row_count == '1'}current-carousel-slide {/if}carousel-slide"><img src="{image}" alt="{caption}"></li>
{/work_carousel}
</ul>
</div>
</section>
<hr class="chevrons">
{/if}
</div>
</section>
...
{/exp:stash:set}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment