mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-16 17:44:59 +00:00
Add custom redirect.html without robots:noindex
This commit is contained in:
parent
b908b95f6c
commit
813bc8f069
1 changed files with 10 additions and 0 deletions
10
_layouts/redirect.html
Normal file
10
_layouts/redirect.html
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en-US">
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>Redirecting…</title>
|
||||||
|
<link rel="canonical" href="{{ page.redirect.to }}">
|
||||||
|
<script>location="{{ page.redirect.to }}"</script>
|
||||||
|
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
||||||
|
<h1>Redirecting…</h1>
|
||||||
|
<a href="{{ page.redirect.to }}">Click here if you are not redirected.</a>
|
||||||
|
</html>
|
Loading…
Add table
Add a link
Reference in a new issue