pub / newsplanet

Planet-Style Newsfeed generated with perlanet
git clone https://src.jayvii.de/pub/newsplanet.git
Home | Log | Files | Exports | Refs | README | RSS

commit 181ba694abac6c2625c518df670d059e769e4049
parent 784b184e4556d974566b80ab46beeeaad09f11a7
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat, 12 Apr 2025 13:51:03 +0200

feat: add disclaimer to templates

Diffstat:
Massets/css/custom.css | 4++++
Mindex.php | 2+-
Mtemplates/index.tt | 13+++++++++++++
3 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/assets/css/custom.css b/assets/css/custom.css @@ -56,3 +56,7 @@ table { height: 200px; border: none; } +/* footer */ +footer { + text-align: left; +} diff --git a/index.php b/index.php @@ -84,7 +84,7 @@ </main> - <footer style="text-align:left;"> + <footer> <h4>Disclaimer:</h4> <p> The news headlines, content or attitudes of the editors and authors of diff --git a/templates/index.tt b/templates/index.tt @@ -113,5 +113,18 @@ [% END %] </main> + + <footer> + <h4>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 + reflect the opinions and attitudes of the operators of this + <em>Newsplanet</em> instance and this website. <em>Newsplanet</em> is a + news aggregator that brings together content from many different + sources, but has no influence on the editorial content directly. + </p> + </footer> + </body> </html>