Drupal 8 - Bootstrap Theme - Part 2 - Create Sub Theme
У вашего броузера проблема в совместимости с HTML5
In this tutorial, we will create a sub theme for the Bootstrap theme in Drupal 8.
PLAYLIST: https://goo.gl/JQBbRq
Documentation:
http://drupal-bootstrap.org/api/bootstrap/8.x-3.x
Issues for Bootstrap:
https://www.drupal.org/project/issues/bootstrap
Part 1:
https://youtu.be/1VYaFRMER8U
Bootstrap's templates in D8
---------------------------------------------
To override the template, just copy over the following templates from your Bootstrap base theme to your sub theme and place it inside the /templates folder. Remember to flush caches after changes made.
HTML template:
themes\bootstrap\templates\system\html.html.twig
Page template:
themes\bootstrap\templates\system\page.html.twig
Node template:
themes\bootstrap\templates\node\node.html.twig
Block template:
themes\bootstrap\templates\block\block.html.twig