Escape <meta> content attribute value
This commit is contained in:
parent
ac3e680193
commit
e1180f521f
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ crate fn render<T: Print, S: Print>(
|
|||
}
|
||||
},
|
||||
title = page.title,
|
||||
description = page.description,
|
||||
description = Escape(page.description),
|
||||
keywords = page.keywords,
|
||||
favicon = if layout.favicon.is_empty() {
|
||||
format!(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue