Add back redirect layout
This commit is contained in:
parent
d30292c7e9
commit
38ed3e0beb
1 changed files with 10 additions and 0 deletions
10
themes/red/layouts/_default/redirect.html
Normal file
10
themes/red/layouts/_default/redirect.html
Normal 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>
|
Loading…
Add table
Reference in a new issue