news.tatooine.club/index.html
2023-11-30 08:06:31 +05:30

35 lines
921 B
HTML

---
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>
<p class="topic-date"><time datetime="{{site.time | date: '%y-%m-%d'}}">{{site.time | date: "%A, %b, %e, %Y"}}</time></p>
{% for topic in site.data.topics %}
{% assign post_count = 0 %}
{% capture h %}
<div class="topic-{{topic|downcase}}">
<h2><a href="/{{topic}}/">{{topic | capitalize}}</a></h2>
{% for post in site.pages %}
{% if post.topics and post.topics.first == topic %}
{% include_cached story.html story=post heading_level=3%}
{% assign post_count = post_count | plus: 1 %}
{% endif %}
{% endfor %}
</div>
{% endcapture %}
{% if post_count > 0 %}
{{h}}
{% endif %}
{% endfor %}
<br><button id="hidden-notifier">Show <span id="hidden-count"></span> hidden topics</button>
<p>❖ - Syndicated news, primarily from PTI</p>
</div>