nicer title
This commit is contained in:
@@ -24,7 +24,7 @@ fn feed(urls: &Vec<String>) -> String {
|
||||
|
||||
for url in urls {
|
||||
ret.push_str("<item>");
|
||||
ret.push_str(&format!("<title>{url}</title>"));
|
||||
ret.push_str(&format!("<title>Morgenjournal DATE</title>"));
|
||||
ret.push_str(&format!("<link>{url}</link>"));
|
||||
ret.push_str(&format!("<description>{url}</description>"));
|
||||
ret.push_str("</item>");
|
||||
|
Reference in New Issue
Block a user