This commit is contained in:
Simon Vieille 2021-04-12 22:15:29 +02:00
parent eeed1cca4e
commit 9492ae5e3b
1 changed files with 1 additions and 0 deletions

View File

@ -84,3 +84,4 @@ $index.= "Je soutiens Tinternet & cie, les Chatons et l'April\n";
$index.= "Simon Vieille - Textes libres sauf indication(s) contraire(s)\n";
file_put_contents('blog/index.gmi', $index);
file_put_contents('blog/feed.xml', file_get_contents('https://www.deblan.io/RSS'));