mirror of https://github.com/tiangolo/fastapi.git
🔧 Update top banner, point to newsletter (#3003)
This commit is contained in:
parent
31a7bfd227
commit
b2e27de2fc
|
|
@ -1,13 +1,13 @@
|
||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block announce %}
|
{% block announce %}
|
||||||
<!-- <a class="announce" href="https://fastapi.tiangolo.com/newsletter/">
|
<a class="announce" href="https://fastapi.tiangolo.com/newsletter/">
|
||||||
<span class="twemoji">
|
<span class="twemoji">
|
||||||
{% include ".icons/material/email.svg" %}
|
{% include ".icons/material/email.svg" %}
|
||||||
</span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉
|
</span> Subscribe to the <strong>FastAPI and friends</strong> newsletter 🎉
|
||||||
</a> -->
|
</a>
|
||||||
<a class="announce" href="https://tripetto.app/run/RXZ6OLDBXX?s=dc" target="_blank">
|
<!-- <a class="announce" href="https://tripetto.app/run/RXZ6OLDBXX?s=dc" target="_blank">
|
||||||
<span class="twemoji">
|
<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> 🎁
|
</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 %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue