From d22581e07fe0976623aa56a3c9e9480b5e4e3159 Mon Sep 17 00:00:00 2001 From: Zorex Salvo Date: Wed, 3 Jan 2024 22:39:35 +0800 Subject: [PATCH] chore: Fix broken cdn for fonts, update content --- common/templates/base.html | 3 ++- landing/templates/landing/index.html | 5 +---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/common/templates/base.html b/common/templates/base.html index 8c112d1..6ac9e2b 100644 --- a/common/templates/base.html +++ b/common/templates/base.html @@ -12,7 +12,8 @@ {% block css %} - + + {% compress css %} {% endcompress %} diff --git a/landing/templates/landing/index.html b/landing/templates/landing/index.html index 0bccdd8..a2313e8 100644 --- a/landing/templates/landing/index.html +++ b/landing/templates/landing/index.html @@ -610,10 +610,7 @@

{% include "landing/our_team.html" %} - - {% include "landing/sponsorship.html" %} - - + {% include "landing/code_of_conduct.html" %}