···133133 urlwriter.url(*url)?;
134134 }
135135136136- for post in &everything {
136136+ for post in &blog {
137137+ urlwriter.url(format!("https://xeiaso.net/{}", post.link))?;
138138+ }
139139+ for post in &gallery {
140140+ urlwriter.url(format!("https://xeiaso.net/{}", post.link))?;
141141+ }
142142+ for post in &talks {
137143 urlwriter.url(format!("https://xeiaso.net/{}", post.link))?;
138144 }
139145