Skip to content

Commit

Permalink
Add extension to book redirection page
Browse files Browse the repository at this point in the history
  • Loading branch information
delapuente committed Dec 19, 2019
1 parent d521f69 commit 393ac55
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="{{ redirectURL }}">
<script>location="{{ redirectURL }}"</script>
<meta http-equiv="refresh" content="0; url={{ redirectURL }}">
<link rel="canonical" href="{{ redirectURL }}.html">
<script>location="{{ redirectURL }}.html"</script>
<meta http-equiv="refresh" content="0; url={{ redirectURL }}.html">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="{{ redirectURL }}">Click here if you are not redirected.</a>
<a href="{{ redirectURL }}.html">Click here if you are not redirected.</a>
</html>

0 comments on commit 393ac55

Please sign in to comment.