Browse Source

banner

master
rdrew 3 weeks ago
parent
commit
d77ea0d508
  1. 8
      templates/includes/lp-banner.html.twig

8
templates/includes/lp-banner.html.twig

@ -5,14 +5,14 @@
<figure class="logo--olivesbooks"> <figure class="logo--olivesbooks">
{% if site_name %}
<h1 class="site-branding__name"> <h1 class="site-branding__name">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_name }}</a> <a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ drupal_config('system.site', 'name')
}}</a>
</h1> </h1>
<h2 class="site-branding__slogan"> <h2 class="site-branding__slogan">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_slogan }}</a> <a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ drupal_config('system.site', 'slogan')
}}</a>
</h2> </h2>
{% endif %}
<h1>Test</h1> <h1>Test</h1>

Loading…
Cancel
Save