news.tatooine.club/index.html

29 lines
827 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 T in site.data.topics %}
{% assign post_count = T[1] %}
{% if post_count > 0 %}
<div class="topic-{{topic|downcase}}">
<h2><a href="/{{T[0]}}/">{{T[0] | capitalize}}</a></h2>
{% for post in site.pages %}
{% if post.topics and post.topics.first == T[0] %}
{% include_cached story.html story=post heading_level=3%}
{% endif %}
{% endfor %}
</div>
{% endif %}
{% endfor %}
<br><button id="hidden-notifier">Show <span id="hidden-count"></span> hidden topics</button>
<p>❖ - Syndicated news, primarily from PTI</p>
</div>