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

@@ -19,7 +19,7 @@ layout: default
{% if page.map %}
<a href="map.html">[ map ]</a>
{% endif %}
{% assign items = site.array %}
{% assign items = ''|split:'' %}
{% for p in site.posts %}
{% if p.content contains page.gallery %}
{% assign items = items | push:p %}