From 836cff306e3485f894cba7c7a4245178745bbfa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Evandro=20Leopoldino=20Gon=C3=A7alves?= Date: Wed, 14 Feb 2024 00:13:23 +0100 Subject: [PATCH] Adds `preconnect` links to essencial external domains (#2847) * adds preconnect links to essencial external domains * adds preconnect links to essencial external domains in the base.html template * fixes formatting issue --- bskyweb/templates/base.html | 5 +++++ web/index.html | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index 7513d6fd..a2d81fc9 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -4,6 +4,11 @@ + + + {%- block head_title -%}Bluesky{%- endblock -%} diff --git a/web/index.html b/web/index.html index e00b13cd..42b443bb 100644 --- a/web/index.html +++ b/web/index.html @@ -10,6 +10,11 @@ name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover" /> + + + %WEB_TITLE%