[SITE CSS] add code style to main.scss + add image and text size to blog.scss + enable smartypants
This commit is contained in:
parent
4b7c4a5579
commit
24c7efc386
10 changed files with 119 additions and 51 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue