Estoy tratando de configurar mi primer sitio web usando Drupal 8 y Bootstrap . Lamentablemente no pude mostrar el eslogan del sitio en el tema Bootstrap. El eslogan se establece /admin/config/system/site-information
pero no se muestra. Así que pensé por mí mismo, es posible que no se imprima en page.html.twig e intenté incluirlo allí. Su preámbulo dice:
* Available variables:
* Site identity:
* - front_page: The URL of the front page. Use this instead of base_path when
* linking to the front page. This includes the language domain or prefix.
* - logo: The url of the logo image, as defined in theme settings.
* - site_name: The name of the site. This is empty when displaying the site
* name has been disabled in the theme settings.
* - site_slogan: The slogan of the site. This is empty when displaying the site
* slogan has been disabled in theme settings.
Así que traté de imprimir el eslogan incluyendo
{{ site_slogan }}
Pero esto no tiene ningún efecto en absoluto.
¿Puede alguien decirme cómo imprimir el eslogan del sitio en Bootstrap?
[La falta de documentación y módulos y temas estables debería haberse considerado un bloqueador de lanzamiento para Drupal 8, ¡pero esta es solo mi opinión y fuera de tema aquí!]