]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
🔧 Update top banner, point to newsletter (#3003)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 27 Mar 2021 16:55:12 +0000 (17:55 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Mar 2021 16:55:12 +0000 (17:55 +0100)
docs/en/overrides/main.html

index 6f437126fbd431cb4de1ac0cb11342a9f37294e8..abf6f31080d9e57189d984992bacbb12b7c721d8 100644 (file)
@@ -1,13 +1,13 @@
 {% extends "base.html" %}
 
 {% block announce %}
-<!-- <a class="announce" href="https://fastapi.tiangolo.com/newsletter/">
+<a class="announce" href="https://fastapi.tiangolo.com/newsletter/">
     <span class="twemoji">
         {% include ".icons/material/email.svg" %}
       </span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉
-  </a> -->
-  <a class="announce" href="https://tripetto.app/run/RXZ6OLDBXX?s=dc" target="_blank">
+  </a>
+  <!-- <a class="announce" href="https://tripetto.app/run/RXZ6OLDBXX?s=dc" target="_blank">
     <span class="twemoji">
       </span>Fill the first-ever <strong>FastAPI user survey</strong> for a chance to win official <strong>FastAPI and Typer stickers</strong> 🎁
-  </a>
+  </a> -->
 {% endblock %}