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 f6cce40  [FIX] infinity reload
     new 6d0c366  Merge remote-tracking branch 'upstream/develop' into develop
f6cce40 is described below

commit f6cce40db996e5800b09db61c5a121f358ef7762
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Wed Mar 10 11:17:21 2021 -0300

    [FIX] infinity reload
---
 _includes/head.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/_includes/head.html b/_includes/head.html
index 010f2bd..a5b3ee7 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -22,7 +22,9 @@
     <meta name="viewport" content="width=device-width, initial-scale=1, 
shrink-to-fit=no">
 
     {% if jekyll.environment == "production" %}
+    {% 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://";);

Reply via email to