Skip to content

Commit 70d571b

Browse files
committed
docs: update homepage title and remove version display
- Change title from "The Python WSGI Server" to "Serve Python Apps on the Web" - Remove "Version {{ version }}" text from hero section - Remove unused .hero__version CSS
1 parent d301d53 commit 70d571b

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

docs/content/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ title: Gunicorn - Python WSGI HTTP Server
66
<section class="hero">
77
<div class="container">
88
<img class="hero__logo" src="assets/gunicorn.svg" alt="Gunicorn" style="width: 350px;" />
9-
<p class="hero__version">Version {{ version }}</p>
10-
<h1>The Python WSGI Server</h1>
9+
<h1>Serve Python on the Web</h1>
1110
<p class="hero__tagline">
1211
Battle-tested. Production-ready. One command to serve your Python apps.
1312
</p>

docs/content/styles/overrides.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,12 +253,6 @@
253253
box-shadow: none;
254254
}
255255

256-
.md-typeset .hero__version {
257-
font-weight: 700;
258-
font-size: 0.9rem;
259-
opacity: 0.9;
260-
}
261-
262256
.md-typeset .hero__logo {
263257
height: 72px;
264258
margin-bottom: 1.5rem;

0 commit comments

Comments
 (0)