diff options
-rw-r--r-- | juick-www/src/main/resources/templates/views/partial/homecolumn.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/homecolumn.html b/juick-www/src/main/resources/templates/views/partial/homecolumn.html index 1de734e4..badb726e 100644 --- a/juick-www/src/main/resources/templates/views/partial/homecolumn.html +++ b/juick-www/src/main/resources/templates/views/partial/homecolumn.html @@ -20,6 +20,6 @@ {% include "views/partial/tags" %} {% if showAdv | default(false) %} <h4>Наши друзья</h4> - <a href="http://ru.wix.com/">конструктор сайтов</a> + <a href="https://ru.wix.com/">конструктор сайтов</a> {% endif %} </div>
\ No newline at end of file |