소스 검색

이렇게 하자

ect (or 2du) 8 년 전
부모
커밋
ccacfad6f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      views/acme/index.html

+ 1 - 1
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="//www.gravatar.com/avatar/{{imp[2][4]|md5_replace}}?s=30">
+                                    <img src="https://www.gravatar.com/avatar/{{imp[2][4]|md5_replace}}?s=30">
                                 {% else %}
                                     사용자
                                 {% endif %}