favicon #6

Merged
philipp merged 9 commits from favicon into main 2024-02-20 13:04:07 +01:00
Showing only changes of commit a057bca094 - Show all commits

View File

@ -25,7 +25,6 @@ impl Parts {
let mut input = input; let mut input = input;
for (key, value) in &self.parts { for (key, value) in &self.parts {
let replace = format!("{{{{{}}}}}", key); let replace = format!("{{{{{}}}}}", key);
println!("{replace}");
input = input.replace(&replace, value); input = input.replace(&replace, value);
} }
input input