commit a5670d0c95de4404d99924edcc6e4666a5c289f8
parent abf6bf51ac4ca21b139f083647d0f749e963a094
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Sun, 3 May 2026 08:53:26 +0200
feat: add about section
Diffstat:
1 file changed, 13 insertions(+), 2 deletions(-)
diff --git a/index.tt b/index.tt
@@ -52,8 +52,9 @@
</a>
</nav>
<!-- Feed Title -->
- <h1>[% feed.title | html %]</h1>
+ <h1 id="top">[% feed.title | html %]</h1>
<p>[% feed.description | html %]</p>
+ <a href="#about" class="button">About</a>
</header>
<main>
@@ -85,7 +86,16 @@
</main>
<footer>
- <h4>Disclaimer:</h4>
+ <h4 id="about">What is this?</h4>
+ <p>
+ This website <em>tn</em> gathers tech news from
+ <a href="./tn.opml">various sources</a> and aggregates them into a time
+ sorted list. It is inspired by the likes of <em>Hacker News</en> or
+ <em>Lobsters</em>, however it does not allow to upvote, comment or any
+ other interactivity. The goal of <em>tn</em> is to display news, nothing
+ more.
+ </p>
+ <h4 id="disclaimer">Disclaimer:</h4>
<p>
The news headlines, content or attitudes of the editors and authors of
the news outlets, blogs and newspapers featured here do not necessarily
@@ -94,6 +104,7 @@
news aggregator that brings together content from many different
sources, but has no influence on the editorial content directly.
</p>
+ <a class="button" href="#top">Backto the top</a>
</footer>
</body>