Files
blog_os/blog/templates/redirect-to-frontpage.html
2022-12-18 12:11:36 +01:00

11 lines
266 B
HTML

<!DOCTYPE html>
<html>
<head>
<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 | safe }}" />
</head>
</html>