mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Add redirect-to-404 template (needed for chapter pages)
This commit is contained in:
7
blog/templates/redirect-to-404.html
Normal file
7
blog/templates/redirect-to-404.html
Normal 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>
|
||||||
Reference in New Issue
Block a user