Skip to content

Instantly share code, notes, and snippets.

@aud
Created February 9, 2016 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aud/16708406a145b8eafdae to your computer and use it in GitHub Desktop.
Save aud/16708406a145b8eafdae to your computer and use it in GitHub Desktop.
slider.liquid recovered
<div class="flexslider">
<ul class="slides">
{% for i in (1..6) %}
{% capture slide %}slide_{{ i }}{% endcapture %}
{% capture slide_link %}slide_{{ i }}_link{% endcapture %}
{% capture slide_img %}slide_{{ i }}.jpg{% endcapture %}
{% capture slide_alt %}slide_{{ i }}_alt.jpg{% endcapture %}
{% if settings[slide] %}
<li>
<a href="{{ settings[slide_link] }}" class="slide-link">
{{ slide_img | asset_url | img_tag: slide_alt }}
</a>
</li>
{% endif %}
{% endfor %}
</ul>
</div>
{{ 'jquery.flexslider.min.js' | asset_url | script_tag }}
<center><p> <a href='http://www.bidorbuy.co.za/jsp/system/Referral.jsp?ID=BF_97_User_2863053&target=http://www.bidorbuy.co.za/' rel='nofollow'><img src='http://www.bidorbuy.co.za/images/affiliate/xmas/xmas-gifts-728x60.jpg' width='728' height='60' alt='bidorbuy South Africa - Bid, Buy or Sell cameras, computers, diamonds, coins, cars & more on auction at cheap prices'></a> </p></center>
<br>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment