Remove unused redirect layout
This commit is contained in:
parent
e210fedfa5
commit
4eb8503a7c
1 changed files with 0 additions and 10 deletions
|
@ -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>
|
Loading…
Add table
Reference in a new issue