Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions custom/main.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
{% extends "base.html" %}


{# https://squidfunk.github.io/mkdocs-material/setup/setting-up-the-header/#announcement-bar #}
{% block announce %}
<div style="text-align: center;">
🍊
<b>Virtual PulpCon 2026 CfP is open!</b>
<a href="https://discourse.pulpproject.org/t/virtual-pulpcon-2026-call-for-proposals/2337" target="_blank" rel="noopener noreferrer">
Submit your talk
</a>
before Oct 09!
🍊
</div>
{% endblock %}

{% block footer %}
<footer class="md-footer">
{% if "navigation.footer" in features %}
Expand Down
Loading