update partials

This commit is contained in:
AJ ONeal 2015-01-13 05:00:07 -07:00
parent 574ab20453
commit 3235b6c182
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ redirect: >
<html> <html>
<head> <head>
<title>Redirecting to {{ entity.title }}</title> <title>Redirecting to {{ entity.title }}</title>
<meta http-equiv="refresh" content="0;URL='{{{ env.url }}}{{{ entity.permalink }}}'"/> <meta http-equiv="refresh" content="0;URL='{{{ entity.canonical_url }}}'"/>
</head> </head>
<body> <body>
<p>This page has moved to <p>This page has moved to
<a href="{{{ env.url }}}{{{ entity.permalink }}}">{{ entity.title }}</a>. <a href="{{{ entity.canonical_url }}}">{{ entity.title }}</a>.
</p> </p>
</body> </body>
</html> </html>