From 6839fb80dd1b02969601c584bdee7fbdb9868f78 Mon Sep 17 00:00:00 2001 From: srcarter3 Date: Wed, 25 Nov 2020 12:19:50 -0700 Subject: [PATCH] Added a delay to the redirect Also added an additional message saying the page was going to redirect automatically in 5 seconds. --- _templates/layout.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_templates/layout.html b/_templates/layout.html index 5570dc5..187cb44 100644 --- a/_templates/layout.html +++ b/_templates/layout.html @@ -1,10 +1,12 @@ {% block document %} -

Documentation for python-awips is now hosted at GitHub Pages.

+ + - +

Documentation for python-awips is now hosted at GitHub Pages.
+ This page will redirect you automatically in 5 seconds.

{% endblock %}