|
|
|
@ -3,6 +3,18 @@ |
|
|
|
style="background:url(/themes/custom/olivesbooks/images/bookshelf.webp) 50% no-repeat;background-size: cover;"> |
|
|
|
style="background:url(/themes/custom/olivesbooks/images/bookshelf.webp) 50% no-repeat;background-size: cover;"> |
|
|
|
<div class="logo-wrapper"> |
|
|
|
<div class="logo-wrapper"> |
|
|
|
<figure class="logo--olivesbooks"> |
|
|
|
<figure class="logo--olivesbooks"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if site_name %} |
|
|
|
|
|
|
|
<h1 class="site-branding__name"> |
|
|
|
|
|
|
|
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_name }}</a> |
|
|
|
|
|
|
|
</h1> |
|
|
|
|
|
|
|
<h2 class="site-branding__slogan"> |
|
|
|
|
|
|
|
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ site_slogan }}</a> |
|
|
|
|
|
|
|
</h2> |
|
|
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h1>Test</h1> |
|
|
|
<h1>Test</h1> |
|
|
|
<h2>123</h2> |
|
|
|
<h2>123</h2> |
|
|
|
</figure> |
|
|
|
</figure> |
|
|
|
|