Files
blog_os/blog/templates/redirect-to-frontpage.html
Philipp Oppermann 5daa7269d6 Use Zola's aliases feature instead of Netlify redirects
Makes the project less dependent on Netlify.
2019-04-24 17:54:21 +02:00

8 lines
269 B
HTML

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