Simply gallery data files, only keep maximum width per photo, keep 640w compatibility

This commit is contained in:
2016-02-07 14:01:08 +00:00
parent de2ec9a35b
commit 7fe512cc37
60 changed files with 516 additions and 2738 deletions

View File

@@ -9,7 +9,7 @@ layout: default
</section>
<section>
{% for gallery in page.galleries %}
{% if gallery.ignore == null %}
{% unless gallery.ignore %}
{% if gallery.highlight %}
{% assign highlight=gallery.highlight %}
{% else %}
@@ -23,14 +23,14 @@ layout: default
{% if gallery.date %}<br />
<small>
{% if gallery.date_end %}
{{ gallery.date|date:"%B %-d" }} &ndash; {{ gallery.date_end|date:"%-d" }}, {{ gallery.date|date:"%Y" }}
{{ gallery.date | date:"%B %-d" }} &ndash; {{ gallery.date_end | date:"%-d" }}, {{ gallery.date | date:"%Y" }}
{% else %}
{{ gallery.date|date:"%B %-d, %Y" }}
{{ gallery.date | date:"%B %-d, %Y" }}
{% endif %}
</small>
{% endif %}
</a>
</div>
{% endif %}
{% endunless %}
{% endfor %}
</section>