aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/partial/footer.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-03-01 16:31:34 +0000
committerGravatar Vitaly Takmazov2018-03-01 19:49:35 +0300
commit6564cc617d72f06261009db94f839eba5d13c6eb (patch)
tree3866cf8c0cf9a206291930ada77cac7fd9c4b8fe /juick-www/src/main/resources/templates/views/partial/footer.html
parent70a50b2252ed313e3aee1a9ee2f33be8a46cb028 (diff)
Revert "www: move ads to sidebar"
This reverts commit f92fb49bfab851d6de2480cf0359920516bfe050.
Diffstat (limited to 'juick-www/src/main/resources/templates/views/partial/footer.html')
-rw-r--r--juick-www/src/main/resources/templates/views/partial/footer.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/juick-www/src/main/resources/templates/views/partial/footer.html b/juick-www/src/main/resources/templates/views/partial/footer.html
index 08c09268..87744183 100644
--- a/juick-www/src/main/resources/templates/views/partial/footer.html
+++ b/juick-www/src/main/resources/templates/views/partial/footer.html
@@ -9,5 +9,9 @@
<a href="https://vk.com/juick" rel="nofollow"><i data-icon="ei-sc-vk" data-size="m"></i></a>
<a href="https://www.facebook.com/JuickCom" rel="nofollow"><i data-icon="ei-sc-facebook" data-size="m"></i></a>
</div>
- <div id="footer-left">juick.com &copy; 2008-2018</div>
+ <div id="footer-left">juick.com &copy; 2008-2018
+ {% if links | default ('') is not empty %}
+ <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
+ {% endif %}
+ </div>
</div>