display mature content info per post
All checks were successful
Web/pipeline/head This commit looks good
All checks were successful
Web/pipeline/head This commit looks good
This commit is contained in:
parent
be430fd461
commit
2f7f1d8192
3 changed files with 9 additions and 3 deletions
|
@ -17,11 +17,15 @@ nav: nav/blognav.html
|
||||||
<h1>{{ page.title }}</h1>
|
<h1>{{ page.title }}</h1>
|
||||||
|
|
||||||
{% if page.archived %}
|
{% if page.archived %}
|
||||||
<p><i>This post has been archived.</i></p>
|
<p>🧓 <em>This post has been archived.</em></p>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
{% if page.mature %}
|
||||||
|
<p>⚠️ <em>This post contains mature content.</em></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if page.reedsy %}
|
{% if page.reedsy %}
|
||||||
<p><i>This story was inspired by a Reedsy Prompt and submitted to their competition. As such, it has also been published on <a href="{{ page.reedsy }}">their website</a>.</i></p>
|
<p>📘 <em>This story was inspired by a Reedsy Prompt and submitted to their competition. As such, it has also been published on <a href="{{ page.reedsy }}">their website</a>.</em></p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<div class="post-content">
|
<div class="post-content">
|
||||||
|
@ -30,7 +34,7 @@ nav: nav/blognav.html
|
||||||
|
|
||||||
<span class="text-muted project-status blog-isolated-status">{{ page.date | date_to_string }}</span>
|
<span class="text-muted project-status blog-isolated-status">{{ page.date | date_to_string }}</span>
|
||||||
{% if page.discuss %}
|
{% if page.discuss %}
|
||||||
<a href="{{ page.discuss }}" class="blog-discuss">Discuss this post</a>
|
🧵 <a href="{{ page.discuss }}" class="blog-discuss">Discuss this post</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -4,6 +4,7 @@ title: 🎉 Vince, a Party and Brandon
|
||||||
summary: "Vincent is an anxious introvert who is desperate to find a guy to have some fun with. At his best friend's party, he gets the chance to do just that, but his anxiety threatens to screw it all up."
|
summary: "Vincent is an anxious introvert who is desperate to find a guy to have some fun with. At his best friend's party, he gets the chance to do just that, but his anxiety threatens to screw it all up."
|
||||||
tags: [Short Stories, Featured]
|
tags: [Short Stories, Featured]
|
||||||
book: true
|
book: true
|
||||||
|
mature: true
|
||||||
reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/104/submissions/78425/
|
reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/104/submissions/78425/
|
||||||
discuss: https://twitter.com/Ellpeck/status/1419838270909865985
|
discuss: https://twitter.com/Ellpeck/status/1419838270909865985
|
||||||
---
|
---
|
||||||
|
|
|
@ -4,6 +4,7 @@ title: 📅 Jed's Things to Avoid in Life
|
||||||
summary: "Jed's rules are clear: No relationships. They interfere too much with his life, and he's not made for them anyway. But then, he sees his old crush from school in his hometown. Will he break his own rules for Davy?"
|
summary: "Jed's rules are clear: No relationships. They interfere too much with his life, and he's not made for them anyway. But then, he sees his old crush from school in his hometown. Will he break his own rules for Davy?"
|
||||||
tags: [Short Stories]
|
tags: [Short Stories]
|
||||||
book: true
|
book: true
|
||||||
|
mature: true
|
||||||
reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/90/submissions/63882/
|
reedsy: https://blog.reedsy.com/creative-writing-prompts/contests/90/submissions/63882/
|
||||||
discuss: https://twitter.com/Ellpeck/status/1385686796911185920
|
discuss: https://twitter.com/Ellpeck/status/1385686796911185920
|
||||||
---
|
---
|
||||||
|
|
Loading…
Reference in a new issue