Use Zola's aliases feature instead of Netlify redirects

Makes the project less dependent on Netlify.
This commit is contained in:
Philipp Oppermann
2019-04-24 12:07:00 +02:00
parent 1ff397f568
commit fd2ac6ef18
19 changed files with 40 additions and 55 deletions

View File

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

View File

@@ -0,0 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<link rel="canonical" href="/first-edition/extra/naked-exceptions/" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="refresh" content="0;url=/first-edition/extra/naked-exceptions/" />
</head>
</html>