From f031973848596138630bc837adcc7b985879b4fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sat, 9 Jan 2021 22:24:03 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20FastAPI=20user=20survey=20?= =?UTF-8?q?banner=20(#2623)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 🔧 Add FastAPI user survey banner * 🔧 Make FastAPI user survey banner open new tab --- docs/en/overrides/main.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/en/overrides/main.html b/docs/en/overrides/main.html index 87cc82ce7..6f437126f 100644 --- a/docs/en/overrides/main.html +++ b/docs/en/overrides/main.html @@ -1,9 +1,13 @@ {% extends "base.html" %} {% block announce %} - + + + + Fill the first-ever FastAPI user survey for a chance to win official FastAPI and Typer stickers 🎁 -{% endblock %} \ No newline at end of file +{% endblock %}