diff options
author | Alexander Alexeev | 2016-11-25 04:06:16 +0700 |
---|---|---|
committer | Alexander Alexeev | 2016-11-25 04:16:32 +0700 |
commit | d0f964ec30e9ad6073e1b8695036c23f32e45d73 (patch) | |
tree | ab4db97fdf401709daf338a92fd0dfee616b03cf /juick-spring-www/src/main/webapp/WEB-INF/templates | |
parent | d4fdc03436117441a508f4c7df6536dd3609435c (diff) |
juick.com as lynk in main template
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html index e18c631b..bbee7f6a 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/layout/mainLayout.html @@ -37,7 +37,7 @@ <a href="https://www.facebook.com/JuickCom" rel="nofollow" class="ico32-fb">Facebook</a> </div> <div id="footer-left"> - juick.com © 2008-2016 + <a href="juick.com">juick.com</a> © 2008-2016 <div th:replace="${@settingsHolder.isShowSponsors()} ? ~{layout/sponsors :: sponsors} : _"></div> </div> </div> |