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 3cb4fd63ba66e87d89255a90bbe763b754ae6a32
parent 72e42828897b899b5700d1863b626b74d51824b7
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 16 Sep 2024 18:20:49 +0200

fix: syntax error in HTML

Diffstat:
Mtemplate.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template.html b/template.html @@ -16,7 +16,7 @@ <link rel="icon" type="image/png" sizes="128x128" href="assets/favicon_128.png"> <link rel="apple-touch-icon" href="assets/favicon.png"> <link rel="stylesheet" type="text/css" href="assets/css/simple.min.css"> - <link rel="alternate" title="[%feed.title %]" type="application/atom+xml" href="rss.xml>" + <link rel="alternate" title="[%feed.title %]" type="application/atom+xml" href="rss.xml"> <link crossorigin="use-credentials" rel="manifest" href="manifest.json"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style>