From 20699a8154b2863ee7cf498c833aa6f7c6dc4eeb Mon Sep 17 00:00:00 2001 From: jerdog Date: Sat, 14 Jul 2018 15:27:05 -0700 Subject: [PATCH] second attempt at auto-redirect with jekyll plugin --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 036c436..bb46985 100755 --- a/index.html +++ b/index.html @@ -1,3 +1,5 @@ --- layout: default ---- \ No newline at end of file +redirect_to: + - http://devrelcollective.github.io +---