cheatsheets/_layouts/redirect.html

11 lines
454 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>Redirecting…</title>
<link rel="canonical" href="{{ page.redirect.to | remove: '.html' }}">
<meta http-equiv="refresh" content="0; url={{ page.redirect.to | remove: '.html' }}">
<h1>Redirecting...</h1>
<a href="{{ page.redirect.to | remove: '.html' }}">Click here if you are not redirected.</a>
<script>location="{{ page.redirect.to | remove: '.html' }}"</script>
</html>