Remove unused redirect layout

This commit is contained in:
Joshua Goins 2022-10-27 09:27:33 -04:00
parent e210fedfa5
commit 4eb8503a7c

View file

@ -1,10 +0,0 @@
<!doctype html>
<html lang="en">
<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>