news.tatooine.club/_includes/story.html

9 lines
421 B
HTML
Raw Normal View History

2023-06-10 07:56:26 +00:00
<details data-hash="{{include.story.id}}-{{include.story.date | date: '%s'}}">
<summary>
2023-06-10 08:29:15 +00:00
<h3>
2023-06-12 09:18:46 +00:00
{% include_cached post-title.html trigger_warning=include.story.trigger_warning title=include.story.title %}
2023-06-10 08:29:15 +00:00
</h3>
2023-06-10 07:56:26 +00:00
{% if include.story.content.downcase contains "developing story" %}<span title="Developing Story"></span>{%endif%}
</summary>
<div class="details-content">{{include.story.content}}</div>
</details>