ipscan/_layouts/redirect.html

12 lines
308 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url={{ page.redirect }}">
<link rel="canonical" href="{{ site.url }}{{ page.redirect }}">
</head>
<body>
This page has been moved to <a href="{{ page.redirect }}">{{ site.url }}{{ page.redirect }}</a>
{{ content }}
</body>
</html>