mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-20 00:29:15 +00:00
feat(11ty): output definition headline and content
This commit is contained in:
parent
583e8a734c
commit
c1389725c5
@ -1,6 +1,9 @@
|
|||||||
<article id={{ definition.data.slug }}>
|
<article id={{ definition.data.slug }} class="block__word word">
|
||||||
<h3>{{ definition.data.title}}</h3>
|
<h3 class="word__title">
|
||||||
<p>{{ definition.data.flag }}</p>
|
{{ definition.data.title}}
|
||||||
|
<span class="word__speech">{{ definition.data.speech}}</span>
|
||||||
|
</h3>
|
||||||
|
{{ definition.templateContent | safe }}
|
||||||
{# <p>{{ definition.data.alt_words }}</p> #}
|
{# <p>{{ definition.data.alt_words }}</p> #}
|
||||||
{%- if definition.data.alt_words -%}
|
{%- if definition.data.alt_words -%}
|
||||||
<h4>Alt words</h4>
|
<h4>Alt words</h4>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user