[SITE CONFIG] tweak masonry width for iPhone5 + cache.ignore blog main page
This commit is contained in:
parent
64be478aa7
commit
efc7768ecc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue