Escape <meta> content attribute value

This commit is contained in:
Guillaume Gomez 2021-06-03 20:07:25 +02:00
parent ac3e680193
commit e1180f521f

View File

@ -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!(