mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Use Zola's aliases feature instead of Netlify redirects
Makes the project less dependent on Netlify.
This commit is contained in:
8
blog/static/atom.xml/index.html
Normal file
8
blog/static/atom.xml/index.html
Normal 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>
|
||||
8
blog/static/handling-exceptions-with-naked-fns.html
Normal file
8
blog/static/handling-exceptions-with-naked-fns.html
Normal 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>
|
||||
Reference in New Issue
Block a user