aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/partial/footer.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-04-14 16:10:49 +0300
committerGravatar Vitaly Takmazov2020-04-14 16:10:49 +0300
commitf216eaa143febe357fb901f4e568e3f0a54cc7ce (patch)
treefe0e15fd9693ada27c8eb38e4eb509edfc9fc658 /src/main/resources/templates/views/partial/footer.html
parente8b26eab5c866893ede06a79f0977b8dc9add8eb (diff)
Initial grid layout
Diffstat (limited to 'src/main/resources/templates/views/partial/footer.html')
-rw-r--r--src/main/resources/templates/views/partial/footer.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/main/resources/templates/views/partial/footer.html b/src/main/resources/templates/views/partial/footer.html
index 785514bf..671b9b6a 100644
--- a/src/main/resources/templates/views/partial/footer.html
+++ b/src/main/resources/templates/views/partial/footer.html
@@ -1,16 +1,16 @@
<div id="footer">
- <div id="footer-right"> &middot;
- <a href="/help/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> &middot;
- <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a>
- </div>
+ <div id="footer-left">juick.com &copy; 2008-2020
+ {% if links | default ('') is not empty %}
+ <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
+ {% endif %}
+ </div>
<div id="footer-social">
<a href="https://twitter.com/Juick" rel="nofollow"><i data-icon="ei-sc-twitter" data-size="m"></i></a>
<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-2020
- {% if links | default ('') is not empty %}
- <br/>{{ i18n("messages","label.sponsors") }}: {{ links | raw }}
- {% endif %}
+ <div id="footer-right"> &middot;
+ <a href="/help/contacts" rel="nofollow">{{ i18n("messages","link.contacts") }}</a> &middot;
+ <a href="/help/tos" rel="nofollow">{{ i18n("messages","link.tos") }}</a>
</div>
</div>