mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
docs: fix headline breaking the layout
This commit is contained in:
@ -8,6 +8,11 @@
|
||||
<p>A modern dictionary about us.<br>We define our words, but they don't define us.</p>
|
||||
</div>
|
||||
<main class="page">
|
||||
{%- if parent -%}
|
||||
<div>
|
||||
<a href={{ parent.href }}>{{ parent.title }}</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<h1 class="title__thicc" >{{ title }}</h1>
|
||||
{{ content | safe }}
|
||||
</main>
|
||||
|
Reference in New Issue
Block a user