Fix home page layout

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2019-01-05 21:38:47 +01:00
parent 435ab5d932
commit 358f12fc05
2 changed files with 3 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class SecurityMiddleware:
# Sentry/Raven
script.append('cdn.ravenjs.com')
# Piwik
# Matomo/Piwik
script.append('stats.cihar.com')
image.append('stats.cihar.com')
connect.append('stats.cihar.com')

View File

@ -44,6 +44,7 @@
<h2>
{% trans "See who is using Weblate and join them!" %}
</h2>
<div class="container">
<div class="row">
<div class="col-sm-4 userlogo">
@ -102,6 +103,7 @@
</div>
</div>
<a class="btn btn-info btn-lg" href="https://hosted.weblate.org/projects/">{% trans "Browse hundreds of projects on Hosted Weblate" %}</a>
</div>