Add logo
This commit is contained in:
parent
b39a171f9c
commit
73b9566d18
3 changed files with 16 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
|||
{% include 'banner.html.twig' %}
|
||||
|
||||
<div class="px-4 md:px-6 max-w-4xl mx-auto">
|
||||
<header>
|
||||
{% include 'logo.html.twig' %}
|
||||
</header>
|
||||
|
||||
<div class="space-y-10">
|
||||
<main>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue