mirror of
https://github.com/fastapi/fastapi.git
synced 2026-02-06 20:31:56 -05:00
* ✨ Add newsletter: FastAPI and friends * 🔧 Update MkDocs config for announcement * 🔧 Update generation script to include overrides for announcements
9 lines
299 B
HTML
9 lines
299 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<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>
|
|
{% endblock %} |