Sfoglia il codice sorgente

HTTPS 대응 (Mixed Content)

도다 8 anni fa
parent
commit
f714da109e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      views/acme/index.html

+ 2 - 2
views/acme/index.html

@@ -81,7 +81,7 @@
                                     <i class="fa fa-user-secret" aria-hidden="true"></i>
                                 {% endif %}
                                 {% if imp[2][4] != '' %}
-                                    <img src="http://www.gravatar.com/avatar/{{imp[2][4]|md5_replace}}?s=30">
+                                    <img src="//www.gravatar.com/avatar/{{imp[2][4]|md5_replace}}?s=30">
                                 {% else %}
                                     사용자
                                 {% endif %}
@@ -161,4 +161,4 @@
             </div>
         </footer>
     </body>
-</html>
+</html>