mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
docs: fix headline breaking the layout
This commit is contained in:
parent
f9d7c96b03
commit
0a2d6bf288
@ -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>
|
||||
|
@ -1,5 +1,8 @@
|
||||
---
|
||||
title: Front Matter Documentation
|
||||
title: Front Matter
|
||||
parent:
|
||||
title: Documentation
|
||||
href: '/documentation'
|
||||
---
|
||||
|
||||
We use Front Matter for a range of things. Of course, we provide basic information through it. But also more advanced stuff (technical term) such as sub terms for items in the table of content or further reading links for the definition.
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: Documentation
|
||||
title: Docs
|
||||
---
|
||||
|
||||
As always, documentation is a work in progress. However, this is what we have so far:
|
||||
|
Loading…
x
Reference in New Issue
Block a user