news.tatooine.club/index.html

23 lines
669 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>
2023-06-06 09:13:12 +00:00
{% for topic in site.topics %}
2023-06-09 08:11:10 +00:00
<h2><a href="/{{topic}}/">{{topic | capitalize}}</a></h2>
2023-06-06 09:13:12 +00:00
{% for post in site.pages %}
{% if post.topics and post.days_ago < 2 and post.topics.first == topic %}
2023-06-10 07:40:17 +00:00
{% unless post.sources contains "PTI" or post.sources contains "IE" %}
2023-06-10 07:56:26 +00:00
{% include_cached story.html story=post %}
2023-06-06 09:13:12 +00:00
{% endunless %}
{%endif%}
{% endfor %}
{% endfor %}
</div>