Initial commit
This commit is contained in:
commit
904a0b0bbf
26 changed files with 4847 additions and 0 deletions
9
source/_includes/navbar.html.twig
Normal file
9
source/_includes/navbar.html.twig
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<div class="bg-[#8CC4DF] pt-5 pb-[10px]">
|
||||
<div class="max-w-[1040px] px-[10px] mx-auto flex items-end justify-between">
|
||||
<img src="https://talkingdrupal.com/sites/default/files/talking_drupal_logo.png"/>
|
||||
|
||||
{% include "search-form" %}
|
||||
|
||||
{% include "main-menu" with { links } only %}
|
||||
</div>
|
||||
</div>
|
||||
Reference in a new issue