Remove all frameworks except Bootstrap (#251)
- Remove all frameworks except Bootstrap - Remove roots-options.php and replace with a more simple roots-config.php - Include all Bootstrap Javascript plugins by default in js/plugins.js - Use Bootstrap Responsive and Topbar navigation by default - Use Bootstrap markup on forms, page titles, image galleries, alerts and errors, post and comment navigation - Remove Roots styles from style.css and introduce app.css for site-specific CSS. Remove almost all previous default Roots styles. - Add latest updates from H5BP project
This commit is contained in:
@@ -8,7 +8,7 @@ function roots_header_before() { do_action('roots_header_before'); }
|
||||
function roots_header_inside() { do_action('roots_header_inside'); }
|
||||
function roots_header_after() { do_action('roots_header_after'); }
|
||||
|
||||
// 404.php, archive.php, front-page.php, index.php, loop-page.php, loop-search.php, loop-single.php,
|
||||
// 404.php, archive.php, front-page.php, index.php, loop-page.php, loop-single.php,
|
||||
// loop.php, page-custom.php, page-full.php, page.php, search.php, single.php
|
||||
function roots_content_before() { do_action('roots_content_before'); }
|
||||
function roots_content_after() { do_action('roots_content_after'); }
|
||||
|
||||
Reference in New Issue
Block a user