fix: add version number to homepage hero section

This commit is contained in:
Benoit Chesneau 2026-02-01 14:47:48 +01:00
parent 617a85ea91
commit d621aa81f9

View File

@ -6,6 +6,7 @@ title: Gunicorn - Python WSGI HTTP Server
<section class="hero">
<div class="container">
<img class="hero__logo" src="assets/gunicorn.svg" alt="Gunicorn" style="width: 350px;" />
<p class="hero__version">Version {{ version }}</p>
<h1>The Python WSGI Server</h1>
<p class="hero__tagline">
Battle-tested. Production-ready. One command to serve your Python apps.