mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
feat(definitions): remove type of flag and always use text
This commit is contained in:
parent
ca10894ce7
commit
6ef759b5ef
@ -15,16 +15,11 @@
|
|||||||
|
|
||||||
<link
|
<link
|
||||||
rel="stylesheet"
|
rel="stylesheet"
|
||||||
href="{{ 'assets/css/base.css' | url }}"
|
href="{{ '/assets/css/base.css' | url }}"
|
||||||
>
|
>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main>
|
{% block content %}
|
||||||
{{ content | safe }}
|
{% endblock content %}
|
||||||
{% include 'components/table-of-content.njk' %}
|
|
||||||
<section>
|
|
||||||
<h2>Words</h2>
|
|
||||||
{% include 'components/defintions-list.njk' %}
|
|
||||||
</section>
|
|
||||||
</main>
|
|
||||||
</body>
|
</body>
|
||||||
|
</html>
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: crazy
|
title: crazy
|
||||||
slug: crazy
|
slug: crazy
|
||||||
flag:
|
flag:
|
||||||
type: ableist-slur
|
text: 'Ableist Slur'
|
||||||
level: avoid
|
level: avoid
|
||||||
defined: true
|
defined: true
|
||||||
speech: noun
|
speech: noun
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: 👌 [ok-hand]
|
title: 👌 [ok-hand]
|
||||||
slug: ok-hand
|
slug: ok-hand
|
||||||
flag:
|
flag:
|
||||||
type: racist-symbol
|
text: 'Racist Symbol'
|
||||||
level: avoid
|
level: avoid
|
||||||
defined: true
|
defined: true
|
||||||
speech: noun
|
speech: noun
|
||||||
|
@ -7,9 +7,9 @@ flag:
|
|||||||
level: tool
|
level: tool
|
||||||
text: White Supremacy Tool
|
text: White Supremacy Tool
|
||||||
reading:
|
reading:
|
||||||
- text: Are you practicing performative allyship?
|
- text: 'Are you practicing performative allyship?'
|
||||||
href: http://affinitymagazine.us/2017/07/09/are-you-practicing-performative-allyship/
|
href: http://affinitymagazine.us/2017/07/09/are-you-practicing-performative-allyship/
|
||||||
- text: Is This Your Queen? Ellen Pompeo, Growth and Performative White Allyship
|
- text: 'Is This Your Queen? Ellen Pompeo, Growth and Performative White Allyship'
|
||||||
href: https://www.theroot.com/is-this-your-queen-ellen-pompeo-growth-and-performati-1830593400
|
href: https://www.theroot.com/is-this-your-queen-ellen-pompeo-growth-and-performati-1830593400
|
||||||
- text: 'Performative allyship: what it is, what it looks like, and why we want to avoid it.'
|
- text: 'Performative allyship: what it is, what it looks like, and why we want to avoid it.'
|
||||||
href: https://www.scarymommy.com/performative-allyship-what-it-is-what-it-looks-like-and-why-we-want-to-avoid-it/
|
href: https://www.scarymommy.com/performative-allyship-what-it-is-what-it-looks-like-and-why-we-want-to-avoid-it/
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
title: Psychopath
|
title: Psychopath
|
||||||
slug: psychopath
|
slug: psychopath
|
||||||
flag:
|
flag:
|
||||||
type: ableist-slur
|
type: 'Ableist Slur'
|
||||||
level: avoid
|
level: avoid
|
||||||
defined: false
|
defined: false
|
||||||
---
|
---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user