[SITE CONFIG] exclude more pages form sitemap + moved some css from head to end
This commit is contained in:
parent
eed3847c98
commit
edf3ce49c8
3 changed files with 9 additions and 15 deletions
|
@ -68,7 +68,7 @@ c::set('columns.container', 'row');
|
|||
c::set('columns.item', 'col-sm-6 columns');
|
||||
|
||||
// enhanced sitemap by Jannik Beyerstedt:
|
||||
c::set('smap_ignoreSite', array('sitemap', 'error', 'home'));
|
||||
c::set('smap_ignoreSite', array('sitemap', 'error', 'home', 'qr', 'secret', 'test'));
|
||||
c::set('smap_ignoreTemplate', array('carousel', 'redirect'));
|
||||
c::set('smap_heading_visible', 'Hauptmenü');
|
||||
c::set('smap_heading_invisible', 'weitere Seiten');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue