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 dd3042f18676c47d1d0cdf9c6a59e1df8344d8df
parent c68236eb9b6d03fb559b0a4be6fea7d39389d37b
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sun,  2 Jun 2024 13:23:37 +0200

Insert link to RSS feed

Diffstat:
Mtemplate.html | 12+++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/template.html b/template.html @@ -53,7 +53,17 @@ <body class="list dark"> <main class="main"> - <h1>[% feed.title | html %]</h1> + <h1>[% feed.title | html %] <a href="./atom.xml"> + <!-- Copyright: 2023, Pictogrammers + License: Apache-2.0 <https://www.apache.org/licenses/LICENSE-2.0> + Info: https://pictogrammers.com/docs/general/license/ + --> + <svg style="height:1em;width:auto;fill:var(--primary);" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"> + <title>RSS Feed</title> + <path d="M6.18,15.64A2.18,2.18 0 0,1 8.36,17.82C8.36,19 7.38,20 6.18,20C5,20 4,19 4,17.82A2.18,2.18 0 0,1 6.18,15.64M4,4.44A15.56,15.56 0 0,1 19.56,20H16.73A12.73,12.73 0 0,0 4,7.27V4.44M4,10.1A9.9,9.9 0 0,1 13.9,20H11.07A7.07,7.07 0 0,0 4,12.93V10.1Z" /> + </svg> + </a> + </h1> <!-- This is updated by find-and-replace --> <p style="margin-bottom:2em;"><!--UPDATED--></p>