Browse Source

banner

master
rdrew 3 weeks ago
parent
commit
9d2c05b09a
  1. 6
      templates/includes/lp-banner.html.twig

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

@ -3,8 +3,6 @@
style="background:url(/themes/custom/olivesbooks/images/bookshelf.webp) 50% no-repeat;background-size: cover;">
<div class="logo-wrapper">
<figure class="logo--olivesbooks">
<h1 class="site-branding__name">
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ drupal_config('system.site', 'name')
}}</a>
@ -13,10 +11,6 @@
<a href="{{ path('<front>') }}" title="{{ 'Home'|t }}" rel="home">{{ drupal_config('system.site', 'slogan')
}}</a>
</h2>
<h1>Test</h1>
<h2>1234</h2>
</figure>
</div>
</div>

Loading…
Cancel
Save