From a62ae60e337d356cd18f9034e232f4201a60e273 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-S=C3=A9bastien=20Caux?= <git@jscaux.org>
Date: Sat, 12 Feb 2022 07:59:17 +0100
Subject: [PATCH] Remove redundant headsup in portal

---
 .../scipost/templates/scipost/portal/portal.html          | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/scipost_django/scipost/templates/scipost/portal/portal.html b/scipost_django/scipost/templates/scipost/portal/portal.html
index 8ca364fac..d51b49cac 100644
--- a/scipost_django/scipost/templates/scipost/portal/portal.html
+++ b/scipost_django/scipost/templates/scipost/portal/portal.html
@@ -1,14 +1,6 @@
 {% extends 'scipost/base.html' %}
 {% load static %}
 
-{% block headsup %}
-  <link rel="preconnect" href="https://fonts.googleapis.com">
-  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
-  <link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
-{% endblock headsup %}
-
-{% load static %}
-
 {% block body_class %}{{ block.super }} homepage home-alt{% endblock %}
 
 {% block meta_description %}{{ block.super }} homepage{% endblock meta_description %}
-- 
GitLab