news.tatooine.club/_includes/story.html
2023-06-12 14:48:46 +05:30

9 lines
421 B
HTML

<details data-hash="{{include.story.id}}-{{include.story.date | date: '%s'}}">
<summary>
<h3>
{% include_cached post-title.html trigger_warning=include.story.trigger_warning title=include.story.title %}
</h3>
{% if include.story.content.downcase contains "developing story" %}<span title="Developing Story"></span>{%endif%}
</summary>
<div class="details-content">{{include.story.content}}</div>
</details>