1
0
Fork 0

[SITE CONFIG] tweak masonry width for iPhone5 + cache.ignore blog main page

This commit is contained in:
Jannik Beyerstedt 2016-04-27 22:48:12 +02:00
parent 64be478aa7
commit efc7768ecc
1 changed files with 2 additions and 2 deletions

View File

@ -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