Archived
1
0
This repository has been archived on 2025-07-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
jekyll2s9y/add_redirect_to_jekyll.layout.html

14 lines
401 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="refresh" content="0; url={{ page.redirect_to }}" />
<title>CONTENT MOVED: {{ page.title }} :: {{ site.name }}</title>
</head>
<body>
<h1>The page <em>{{ page.title }}</em> moved.</h1>
If you are not being redirected automatically, please <a href="{{ page.redirect_to }}">click here</a>.
</body>
</html>