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 2a7ac473aa431d18228a4197cf56af7530f30ea7
parent a821d76d71391691d5c990f1a179b284c810e0db
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Sat,  4 Jan 2025 13:11:32 +0100

fix: rename template file

Diffstat:
M.gitignore | 9++-------
Mcentre.yaml | 4++--
Mleft.yaml | 4++--
Rtemplate.html -> template.tt | 0
4 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,8 +1,3 @@ -left.html -left.xml -centre.html -centre.xml -atom.xml -rss.xml -opml.xml +*.html +*.xml assets/site-icons/** diff --git a/centre.yaml b/centre.yaml @@ -7,10 +7,10 @@ entries_sort_order: "issued" author: name: JayVii email: jayvii+newsplanet[AT]posteo[DOT]de -opml: opml.xml +opml: entre.pml.xml page: file: centre.html - template: template.html + template: template.tt feed: file: centre.xml format: RSS diff --git a/left.yaml b/left.yaml @@ -7,10 +7,10 @@ entries_sort_order: "issued" author: name: JayVii email: jayvii+newsplanet[AT]posteo[DOT]de -opml: opml.xml +opml: left.opml.xml page: file: left.html - template: template.html + template: template.tt feed: file: left.xml format: RSS diff --git a/template.html b/template.tt