mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-09-16 04:29:06 +00:00
feat(11ty): render flags in defintions
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<article id={{ definition.data.slug }} class="block__word word">
|
||||
<article id="{{ definition.data.slug }}" class="block__word word">
|
||||
{% definitionFlag definition.data.flag %}
|
||||
<h3 class="word__title">
|
||||
{{ definition.data.title}}
|
||||
<span class="word__speech">{{ definition.data.speech}}</span>
|
||||
|
@@ -4,7 +4,7 @@ slug: minoritised
|
||||
defined: true
|
||||
speech: adj
|
||||
flag:
|
||||
level: better-alternate
|
||||
level: better-alternative
|
||||
alt-for: minorities
|
||||
reading:
|
||||
- text: Minority vs minoritze
|
||||
|
Reference in New Issue
Block a user