From edf3ce49c8782310cc7638d16d81af70b4703b6a Mon Sep 17 00:00:00 2001 From: Jannik Beyerstedt Date: Fri, 22 Apr 2016 22:57:29 +0200 Subject: [PATCH] [SITE CONFIG] exclude more pages form sitemap + moved some css from head to end --- site/config/config.php | 2 +- site/snippets/base/html-end.php | 9 ++++++++- site/snippets/base/html-head.php | 13 ------------- 3 files changed, 9 insertions(+), 15 deletions(-) diff --git a/site/config/config.php b/site/config/config.php index 45f6712..d3855c7 100644 --- a/site/config/config.php +++ b/site/config/config.php @@ -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'); diff --git a/site/snippets/base/html-end.php b/site/snippets/base/html-end.php index 7facfef..3a218cd 100644 --- a/site/snippets/base/html-end.php +++ b/site/snippets/base/html-end.php @@ -39,7 +39,13 @@ echo js('assets/vendors/bootstrap/js/dist/carousel.js'); } ?> - + + + +