diff options
author | Vitaly Takmazov | 2018-04-21 08:14:24 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2018-04-21 08:21:37 +0300 |
commit | dec5c3cdac635b4787e17771071f00b81053cec1 (patch) | |
tree | 6bb6ae6a7682b7dff3e989103b47df777b7464aa /juick-www/src | |
parent | 6dc2dccddbcd8a83a757e6131bf08590265d1bec (diff) |
www: fix wix link
Diffstat (limited to 'juick-www/src')
-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 |