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 | ++------- |
M | centre.yaml | | | 4 | ++-- |
M | left.yaml | | | 4 | ++-- |
R | template.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