Add redirect-to-404 template (needed for chapter pages)

This commit is contained in:
Philipp Oppermann
2020-12-28 20:48:10 +01:00
parent 4a86515a8d
commit 73b42d4747

View File

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