Documentation/content/_includes/redirect.njk
2021-06-16 21:04:45 +09:00

10 lines
229 B
Text

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="refresh" content="0; url='{{ redirect.to }}'" />
</head>
<body>
Redirecting to <a href="{{ redirect.to }}">{{ redirect.to }}</a>
</body>
</html>