|
|
|
|
@ -5,14 +5,14 @@
|
|
|
|
|
<figure class="logo--olivesbooks"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if site_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> |
|
|
|
|
<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> |
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1>Test</h1> |
|
|
|
|
|