Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
remaining adaptions
Browse files Browse the repository at this point in the history
  • Loading branch information
FinalAngel committed Apr 27, 2016
1 parent 05e65aa commit 3fdeaca
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@
{% if instance.engine == 'fade' %} gallery-fade{% endif %}
{% if instance.engine == 'slide' %} gallery-slide{% endif %}"
data-duration="{{ instance.duration }}"
data-interval="{{ instance.timeout }}">
data-timeout="{{ instance.timeout }}">

{# Indicators #}
<ol>
{% for slide in slides %}
<li{% if forloop.first %} class="active"{% endif %}>{{ forloop.counter }}</li>
{% endfor %}
</ol>

{# Wrapper for slides #}
{% if instance.shuffle %}
{% for plugin in instance.child_plugin_instances|shuffle %}
{% render_plugin plugin %}
Expand Down

0 comments on commit 3fdeaca

Please sign in to comment.