Oliver Davies
ad8a538172
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.
10 lines
160 B
Twig
10 lines
160 B
Twig
{% extends 'base' %}
|
|
|
|
{% block content_wrapper %}
|
|
<div class="markdown">
|
|
{{ parent() }}
|
|
</div>
|
|
|
|
{% include 'about-author' %}
|
|
{% endblock %}
|