diff --git a/scss/pages/homepage.scss b/scss/pages/homepage.scss index e591a2c88d..06374e2ca5 100644 --- a/scss/pages/homepage.scss +++ b/scss/pages/homepage.scss @@ -3,10 +3,9 @@ .pad { text-align: justify; padding: 0 20%; - } - - .migrate { - padding-bottom: 2em; + &:last-of-type { + margin-top: 2em; + } } #banner { diff --git a/www/index.spt b/www/index.spt index 772325036a..64692efc4d 100644 --- a/www/index.spt +++ b/www/index.spt @@ -3,7 +3,7 @@ suppress_sidebar = True page_id = "homepage" [---] text/html -{% from "templates/nav-tabs.html" import nav_tabs with context %} +{% from "templates/sign-in-using.html" import sign_in_using with context %} {% extends "templates/base.html" %} {% block head %} @@ -28,7 +28,11 @@ end of the year. Thank you, and sorry.

Liberapay is offering a one-click migration:

+{% if user.ANON %} +{{ sign_in_using() }} +{% else %} {% include "templates/migrate.html" %} +{% endif %}

Patreon and Open Collective are also options.