news.tatooine.club/index.html

30 lines
902 B
HTML
Raw Normal View History

2023-06-06 09:13:12 +00:00
---
title: "Beatroot News: Text-only"
layout: default
---
<p></p>
<div class="topic-container">
<h1 class="topic-heading">{{page.title}}</h1>
<div class="hr-line"></div>
2023-06-09 08:40:34 +00:00
<p class="topic-date"><time datetime="{{site.time | date: '%y-%m-%d'}}">{{site.time | date: "%A, %b, %e, %Y"}}</time></p>
{% for T in site.data.topics %}
{% assign post_count = T[1] %}
{% if post_count > 0 %}
2023-06-14 05:34:22 +00:00
<div class="topic-{{topic|downcase}}">
<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 %}
<br><button id="hidden-notifier">Show <span id="hidden-count"></span> hidden topics</button>
2023-10-25 09:29:25 +00:00
<p>❖ - Syndicated news, primarily from PTI</p>
2023-11-30 06:47:32 +00:00
<p>Dark/Light border on the right is for articles from today/yesterday</p>
2023-06-06 09:13:12 +00:00
</div>