news.tatooine.club/index.html
Nemo 46b7b06972 styling related bugfixes
- Only highlight story content and headings
- Fix the syndication icon showing incorrectly on webkit/safari
- Improve spacing for links
2023-10-26 10:56:29 +05:30

25 lines
759 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.topics %}
<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%}
{%endif%}
{% endfor %}
</div>
{% endfor %}
<br><button id="hidden-notifier">Show <span id="hidden-count"></span> hidden topics</button>
<p>❖ - Syndicated news, primarily from PTI</p>
</div>