Change about to markdown, add front.html.twig
This commit is contained in:
parent
9cb13786a4
commit
df880b1411
3 changed files with 39 additions and 36 deletions
17
source/_layouts/front.html.twig
Normal file
17
source/_layouts/front.html.twig
Normal file
|
@ -0,0 +1,17 @@
|
|||
{% extends 'default' %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<div class="md:flex -mx-6">
|
||||
<div class="w-auto md:flex-1 px-6 mb-12 md:mb-0">
|
||||
<div class="markup spaced-y-4 mb-8">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
|
||||
{% include 'about/availability' %}
|
||||
</div>
|
||||
|
||||
<div class="w-full md:w-2/5 lg:w-1/3 px-6">
|
||||
{% include 'about/badges' %}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue