Add back redirect layout

This commit is contained in:
Joshua Goins 2022-08-29 10:52:19 -04:00
parent d30292c7e9
commit 38ed3e0beb

View file

@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<title>Redirect</title>
<link rel=canonical href='{{ $.Param "new-url" }}'/>
<meta name=robots content=noindex>
<meta charset=utf-8>
<meta http-equiv=refresh content='0; url={{ $.Param "new-url" }}'>
</head>
</html>