From efc7768ecc6d3ee7d162f1a99c73c3513b937e93 Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Wed, 27 Apr 2016 22:48:12 +0200 Subject: [PATCH] [SITE CONFIG] tweak masonry width for iPhone5 + cache.ignore blog main page --- site/config/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/config/config.php b/site/config/config.php index d3855c7..d5e77c1 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -13,7 +13,7 @@ c::set('license', 'K2-PRO-153c9c6accc73d9547e255a0daba8911'); Kirby Configuration */ c::set('cache', true); -c::set('cache.ignore', array('sitemap')); +c::set('cache.ignore', array('sitemap', 'blog')); c::set('smartypants', true); c::set('smartypants.doublequote.open', '„'); @@ -57,7 +57,7 @@ c::set('plg_carousel.dir', 'asc'); // sortBy direction: asc, desc // plg-masonry c::set('plg_masonry.enable', true); -c::set('plg_masonry.width', 170); +c::set('plg_masonry.width', 155); //c::set('plg_masonry.sizelimit', 1300); // limit the source image size (long edge) c::set('plg_masonry.sort', 'sort'); // sortBy parameter: sort, title, etc. c::set('plg_masonry.dir', 'asc'); // sortBy direction: asc, desc