Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/_layouts/redirect.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting&hellip;</title>
<link rel="canonical" href="{{ page.redirect.to }}.html">
<script>location="{{ page.redirect.to }}.html"</script>
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}.html">
{% assign redirect_url = page.redirect.to | replace_first: '/', '' | prepend: rel_path_to_root | append: '.html' %}
<link rel="canonical" href="{{ redirect_url }}">
<script>location="{{ redirect_url }}"</script>
<meta http-equiv="refresh" content="0; url={{ redirect_url }}">
<meta name="robots" content="noindex">
<h1>Redirecting&hellip;</h1>
<a href="{{ page.redirect.to }}.html">Click here if you are not redirected.</a>
</html>
<a href="{{ redirect_url }}">Click here if you are not redirected.</a>
</html>