Fix home page layout
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
435ab5d932
commit
358f12fc05
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue