Fix escaping issues by adding safe filters in more places (#678)

This commit is contained in:
Philipp Oppermann
2019-10-08 10:28:45 +02:00
committed by GitHub
parent 50aaa206bf
commit 7f4fc340ad
9 changed files with 15 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="{{ config.base_url }}" />
<link rel="canonical" href="{{ config.base_url | safe }}" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url={{ config.base_url }}" />
<meta http-equiv="refresh" content="0;url={{ config.base_url | safe }}" />
</head>
</html>