Skip to content

Commit

Permalink
Merge pull request #158 from Kunstmaan/slider-update
Browse files Browse the repository at this point in the history
updated slider view
  • Loading branch information
Sam committed Apr 17, 2014
2 parents 5865803 + fafd6b9 commit 5c7024b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
{% endif %}
<div class="slider-pp__caption text-center">
{% if resource.title is not empty %}
<h1 class="slider-pp__caption--title">
<h1 class="slider-pp__caption__title">
{{ resource.title }}
</h1>
{% endif %}
{% if resource.description is not empty %}
<p class="slider-pp__caption--text">
<p class="slider-pp__caption__text">
{{ resource.description }}
</p>
{% endif %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<section class="slider-pp slider-pp--bottom">
<div class="slider-pp__flexslider js-flexslider flexslider">
<section class="slider-pp">
<div class="slider-pp__flexslider js-flexslider flexslider" data-animation="slide" data-control-nav="true" data-slideshow="slideshow" data-start-at="0">
<ul class="slides">
{{ render_pageparts(page, 'slider') }}
</ul>
</div>
<nav class="slider-pp__thumbs js-thumbs">
<nav class="slider--pp__thumbs js-thumbs">
<div class="slider-pp__thumbs-wrapper">
{% set pps = getpageparts(page, 'slider') %}
{% for pp in pps %}
Expand Down

0 comments on commit 5c7024b

Please sign in to comment.