Skip to content

Commit 0fd5290

Browse files
committed
add simple redirect to github org
1 parent 550c810 commit 0fd5290

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

_layouts/redirect.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta http-equiv="refresh" content="0;url={{ page.redirect_url }}">
5+
<title>Redirecting to {{ page.redirect_url }}</title>
6+
</head>
7+
</html>

index.mkd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
layout: redirect
3+
redirect_url: https://github.com/google
4+
---

0 commit comments

Comments
 (0)