Skip to content

Commit

Permalink
Use jekyll redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
drebain committed Apr 15, 2020
1 parent 4b5e910 commit 2f25416
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
gems:
- jekyll-redirect-from
12 changes: 4 additions & 8 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Refresh" content="0; url=https://github.com/vcg-uvic/viper" />
</head>
<body>
---
redirect_to: "https://github.com/vcg-uvic/viper"
---

<a href="https://github.com/vcg-uvic/viper">Please click here if you are not redirected</a>
</body>
</html>

0 comments on commit 2f25416

Please sign in to comment.