Skip to content

Commit

Permalink
Merge pull request #39 from ubc-web-services/d9
Browse files Browse the repository at this point in the history
D9
  • Loading branch information
occupant authored Jan 26, 2022
2 parents 4748835 + 84a67c2 commit 971a471
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 286 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,21 @@
</header>
{% endif %}
<div{{ layout_attributes.addClass(layout_classes) }}>
<tiny-slider speed="200" items="1" slide-by="page"
mouse-drag center auto-width gutter="0" edge-padding="0">
{% block content %}
{{ content.field_slide }}
{% endblock %}
</tiny-slider>
{% if clf_vue %}
<tiny-slider speed="200" items="1" slide-by="page"
mouse-drag center auto-width gutter="0" edge-padding="0">
{% block content %}
{{ content.field_slide }}
{% endblock %}
</tiny-slider>
{% else %}
{{ attach_library('kraken/tiny-slider') }}
<div class="slideshow">
{% block content %}
{{ content.field_slide }}
{% endblock %}
</div>
{% endif %}
</div>
</section>
{% endblock paragraph %}
Loading

0 comments on commit 971a471

Please sign in to comment.