diff --git a/static/styles/landing-page.css b/static/styles/landing-page.scss similarity index 100% rename from static/styles/landing-page.css rename to static/styles/landing-page.scss diff --git a/templates/zerver/apps.html b/templates/zerver/apps.html index ec0a18ba8d..134407e338 100644 --- a/templates/zerver/apps.html +++ b/templates/zerver/apps.html @@ -5,7 +5,6 @@ -{% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} diff --git a/templates/zerver/features.html b/templates/zerver/features.html index 0ce86ba639..00721effbd 100644 --- a/templates/zerver/features.html +++ b/templates/zerver/features.html @@ -1,7 +1,6 @@ {% extends "zerver/portico.html" %} {% block customhead %} -{% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} diff --git a/templates/zerver/for-companies.html b/templates/zerver/for-companies.html index 25974f6658..578b310911 100644 --- a/templates/zerver/for-companies.html +++ b/templates/zerver/for-companies.html @@ -6,7 +6,6 @@ {% block customhead %} -{% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} diff --git a/templates/zerver/for-mystery-hunt.html b/templates/zerver/for-mystery-hunt.html index d4918faed2..936783018a 100644 --- a/templates/zerver/for-mystery-hunt.html +++ b/templates/zerver/for-mystery-hunt.html @@ -6,7 +6,6 @@ {% block customhead %} -{% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} diff --git a/templates/zerver/for-open-source.html b/templates/zerver/for-open-source.html index f9a8777acd..d843e8cc77 100644 --- a/templates/zerver/for-open-source.html +++ b/templates/zerver/for-open-source.html @@ -6,7 +6,6 @@ {% block customhead %} -{% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} diff --git a/templates/zerver/for-working-groups-and-communities.html b/templates/zerver/for-working-groups-and-communities.html index 314a3fe607..74cea05769 100644 --- a/templates/zerver/for-working-groups-and-communities.html +++ b/templates/zerver/for-working-groups-and-communities.html @@ -6,7 +6,6 @@ {% block customhead %} -{% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} diff --git a/templates/zerver/hello.html b/templates/zerver/hello.html index 3fbd789acf..261085c332 100644 --- a/templates/zerver/hello.html +++ b/templates/zerver/hello.html @@ -2,7 +2,6 @@ {% block customhead %} -{% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }}