✏️ Updates content warning

This commit is contained in:
tatianamac
2020-05-28 16:26:44 -07:00
parent 909c90f776
commit 5acc7f9b0a
5 changed files with 170 additions and 169 deletions

View File

@ -3,8 +3,12 @@
flag.text and
(flag.level == 'avoid') -%}
<div class="u-margin-bottom-double u-margin-top-double content-warning content-warning--avoid" id="content-warning-guide">
<p>You may want to add a content warning before discussing or showing imagery involving this topic, as it is a topic that can elicit negative feelings and visceral reactions like a panic attack or trauma.</p>
<p><strong>Content warnings usually take the form of "Content warning: {{ title }}" or "CW: {{ title }}. We recommend the former when possible.</strong></p>
<p>You may want to add a content warning before discussing or showing imagery involving this topic, as it is a topic that can elicit unnecessary harm through inducing negative feelings, anxiety, or trauma.</p>
<p>
<strong>Content warnings usually take the form of "Content warning:
{{ title }}" or "CW:
{{ title }}. We recommend the former when possible.</strong>
</p>
<p>Content warnings should be given at the earliest possible opportunity. Examples of where you can do this are:</p>
<ul class="list-default">
<li>Articles under the byline, before content</li>
@ -22,8 +26,12 @@
flag.text and
(flag.level == 'warning') -%}
<div class="u-margin-bottom-double u-margin-top-double content-warning" id="content-warning-guide">
<p>You may want to add a content warning before discussing or showing imagery involving this topic, as it is a topic that can elicit negative feelings and visceral reactions like a panic attack or trauma.</p>
<p><strong>Content warnings usually take the form of "Content warning: [{{ title }}]" or "CW: [{{ title }}]. We recommend the former when possible.</strong></p>
<p>You may want to add a content warning before discussing or showing imagery involving this topic, as it is a topic that can elicit unnecessary harm through inducing negative feelings, anxiety, or trauma.</p>
<p>
<strong>Content warnings usually take the form of "Content warning:
{{ title }}" or "CW:
{{ title }}. We recommend the former when possible.</strong>
</p>
<p>This content warning should be given at the earliest possible opportunity. Examples of where you can do this are:</p>
<ul class="list-default">
<li>Articles under the byline, before content</li>
@ -36,4 +44,4 @@
<li>Social media posts with a link to content including this term</li>
</ul>
</div>
{% endif %}
{% endif %}