[guadec-web/oscp-2019] Add a 301 redirect from schedule page to schedule.guadec.org



commit c7e1ef7d774b578b1f60d434db79f88de501ecf0
Author: Tom Tryfonidis <tomtryf gmail com>
Date:   Thu Aug 22 17:18:22 2019 +0300

    Add a 301 redirect from schedule page to schedule.guadec.org

 content/pages/schedule.md | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/content/pages/schedule.md b/content/pages/schedule.md
index 9669ce6..11c38e5 100644
--- a/content/pages/schedule.md
+++ b/content/pages/schedule.md
@@ -1,6 +1,11 @@
 Title: Schedule
 Date: 20180219
 
-## This content is still in development
-
-We are working to give you the information you want as soon as possible. Please check this page again after 
some days.
+<!DOCTYPE html>
+<html>
+<head>
+<meta http-equiv="refresh" content="0; url=https://schedule.guadec.org";>
+</head>
+<body>
+</body>
+</html>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]