Semi-automatically cleanup (dimensions of) photo galleries

This commit is contained in:
2016-02-08 16:25:03 +00:00
parent a6a8054273
commit fa3ec81f8d
78 changed files with 1218 additions and 2112 deletions

View File

@@ -16,7 +16,7 @@ layout: post
{
center : new google.maps.LatLng({{ page.map.latitude }}, {{ page.map.longitude }}),
mapTypeId : google.maps.MapTypeId.TERRAIN,
zoom : {{ page.map.zoom }}
zoom : {% if page.map.zoom %}{{ page.map.zoom }}{% else %}7{% endif %}
}
);
{% for photo in page.photos %}