news.tatooine.club/index.html

29 lines
809 B
HTML
Raw Permalink Normal View History

2023-06-06 09:13:12 +00:00
---
title: "Beatroot News: Text-only"
layout: default
---
<div class="topic-container">
<h1 class="topic-heading">{{page.title}}</h1>
<div class="hr-line"></div>
{% include date.html %}
{% for T in site.data.topics %}
{% assign post_count = T[1] %}
{% if post_count > 0 %}
<div class="topic-{{T[0]|downcase}} news-topic">
<h2><a href="/{{T[0]}}/">{{T[0] | capitalize}}</a></h2>
2023-06-06 09:13:12 +00:00
{% for post in site.pages %}
{% if post.topics and post.topics.first == T[0] %}
2023-06-26 10:05:00 +00:00
{% include_cached story.html story=post heading_level=3%}
2023-11-30 02:36:31 +00:00
{% endif %}
2023-06-06 09:13:12 +00:00
{% endfor %}
2023-06-14 05:34:22 +00:00
</div>
2023-11-30 02:36:31 +00:00
{% endif %}
2023-06-06 09:13:12 +00:00
{% endfor %}
2023-12-02 04:39:07 +00:00
<br><button id="hidden-notifier">Show <span id="hidden-count"></span> hidden topic(s)</button>
2023-10-25 09:29:25 +00:00
<p>❖ - Syndicated news, primarily from PTI</p>
2023-12-02 04:39:07 +00:00
<p>Dark/Light border on the right denotes articles from today/yesterday</p>
2023-06-06 09:13:12 +00:00
</div>