Change about to markdown, add front.html.twig

This commit is contained in:
Oliver Davies 2019-04-23 02:22:08 +01:00
parent 9cb13786a4
commit df880b1411
3 changed files with 39 additions and 36 deletions

View 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 %}