news.tatooine.club/_includes/story.html

9 lines
525 B
HTML
Raw Normal View History

2023-06-26 10:05:00 +00:00
<details data-hash="{{include.story.id}}-{{include.story.date | date: '%s'}}" data-syndicated={{include.story.syndicated|to_integer}}>
2023-06-10 07:56:26 +00:00
<summary>
2023-06-26 10:05:00 +00:00
<h{{include.heading_level}}>
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-26 10:05:00 +00:00
</h{{include.heading_level}}>
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>