This commit is contained in:
parent
81ebbb97ff
commit
56c87aa3c0
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ fn build_rss(config: Config, info: ConnectionInfo) -> String {
|
||||||
href: format!("{}/blog/rss", link_to_site),
|
href: format!("{}/blog/rss", link_to_site),
|
||||||
rel: "self".into(),
|
rel: "self".into(),
|
||||||
hreflang: Some(lang.into()),
|
hreflang: Some(lang.into()),
|
||||||
MIME_TYPE_RSS: Some(MIME_TYPE_RSS.into()),
|
mime_type: Some(MIME_TYPE_RSS.into()),
|
||||||
title: Some(title.to_owned()),
|
title: Some(title.to_owned()),
|
||||||
length: None,
|
length: None,
|
||||||
}],
|
}],
|
||||||
|
|
Loading…
Reference in a new issue