oliverdavies.uk/source/_layouts/post.html.twig
Oliver Davies ad8a538172 Add some base markdown styles
This is lighter-weight and arguably easier to configure that Tailwind's
typography plugin though I could switch to it at a later date if needed.
2021-06-30 12:02:55 +01:00

10 lines
160 B
Twig

{% extends 'base' %}
{% block content_wrapper %}
<div class="markdown">
{{ parent() }}
</div>
{% include 'about-author' %}
{% endblock %}