This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git
The following commit(s) were added to refs/heads/develop by this push:
new 11c0965 correction infinity refresh page
11c0965 is described below
commit 11c096558d57845b63f085a7175a1521206032b7
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Tue Mar 2 14:46:54 2021 -0300
correction infinity refresh page
---
_includes/head.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/_includes/head.html b/_includes/head.html
index 1670fea..c71d276 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -21,7 +21,9 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
+ {% comment %}
<meta http-equiv="Refresh"
content="0;URL=https://wayang.apache.org{{page.url}}" />
+ {% endcomment %}
<script type="text/javascript">
if(window.location.protocol != 'https:') {
location.href = location.href.replace("http://", "https://");