1
0
Fork 0

[SITE CSS] add code style to main.scss + add image and text size to blog.scss + enable smartypants

This commit is contained in:
Jannik Beyerstedt 2016-04-18 00:28:20 +02:00
parent 4b7c4a5579
commit 24c7efc386
10 changed files with 119 additions and 51 deletions

View file

@ -15,6 +15,10 @@ Kirby Configuration
c::set('cache', true);
c::set('cache.ignore', array('sitemap'));
c::set('smartypants', true);
c::set('smartypants.doublequote.open', '„');
c::set('smartypants.doublequote.close', '“');
c::set('ssl', true);
c::set('routes', array(