Merge branch 'panix-content'
This commit is contained in:
commit
7686cfcf37
1 changed files with 2 additions and 1 deletions
|
|
@ -27,7 +27,8 @@ image: /images/guillaume-techer-jm9p0mdpo6a-unsplash.jpg
|
|||
|
||||
</section>
|
||||
|
||||
{% for album in site.albums %}
|
||||
{% assign sorted = site.albums | sort: 'date' | reverse %}
|
||||
{% for album in sorted %}
|
||||
|
||||
<section class="spotlight style4 orient-{% cycle 'left', 'right' %} content-align-left image-position-center onscroll-image-fade-in" {% if forloop.index == 1 %}style="box-shadow: none;" {% endif %}>
|
||||
<div class="content">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue