mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-31 14:18:32 +00:00 
			
		
		
		
	feat(definitions): remove type of flag and always use text
This commit is contained in:
		| @@ -15,16 +15,11 @@ | ||||
|  | ||||
|     <link | ||||
|       rel="stylesheet" | ||||
|       href="{{ 'assets/css/base.css' | url }}" | ||||
|       href="{{ '/assets/css/base.css' | url }}" | ||||
|     > | ||||
|   </head> | ||||
|   <body> | ||||
|     <main> | ||||
|       {{ content | safe }} | ||||
|       {% include 'components/table-of-content.njk' %} | ||||
|       <section> | ||||
|         <h2>Words</h2> | ||||
|         {% include 'components/defintions-list.njk' %} | ||||
|       </section> | ||||
|     </main> | ||||
|     {% block content %} | ||||
|     {% endblock content %} | ||||
|   </body> | ||||
| </html> | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| title: crazy | ||||
| slug: crazy | ||||
| flag: | ||||
|   type: ableist-slur | ||||
|   text: 'Ableist Slur' | ||||
|   level: avoid | ||||
| defined: true | ||||
| speech: noun | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| title: 👌 [ok-hand] | ||||
| slug: ok-hand | ||||
| flag: | ||||
|   type: racist-symbol | ||||
|   text: 'Racist Symbol' | ||||
|   level: avoid | ||||
| defined: true | ||||
| speech: noun | ||||
|   | ||||
| @@ -7,9 +7,9 @@ flag: | ||||
|   level: tool | ||||
|   text: White Supremacy Tool | ||||
| 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/ | ||||
|   - 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 | ||||
|   - 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/ | ||||
|   | ||||
| @@ -2,7 +2,7 @@ | ||||
| title: Psychopath | ||||
| slug: psychopath | ||||
| flag: | ||||
|   type: ableist-slur | ||||
|   type: 'Ableist Slur' | ||||
|   level: avoid | ||||
| defined: false | ||||
| --- | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Oscar
					Oscar