chore: add TOC election results banner (#5590)

Signed-off-by: Lance Ball <lball@redhat.com>
This commit is contained in:
Lance Ball 2023-06-01 14:36:37 -04:00 committed by GitHub
parent 89eb610ea0
commit 0f44512ca1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@
Knative {{ config.extra.knative_version }} documentation is no longer actively maintained. The documentation you are currently viewing is a static snapshot. For up-to-date documentation, see <a href="{{ base_url }}/../docs/">the latest version</a>.
</p>
</div>
{% else %}
<div class="versionwarning" style="display: flex; justify-content: center;">
<p>Welcome new Technical Oversight Committee member <a href="https://github.com/kvmware">Krsna Mahapatra!</a></p>
</div>
{% endif %}
{% endblock %}