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 af01546  [FIX] infinity reload
af01546 is described below

commit af01546d1bd9168d237484ce8ebff885cc0d4ded
Author: berttty <[email protected]>
AuthorDate: Wed Mar 10 11:19:18 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