mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Add a "description" meta tag that includes a version number.
This commit is contained in:
parent
d7f393edae
commit
e38d481e77
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
<head>
|
||||
<title>Python @RELEASE@ Documentation - @DATE@</title>
|
||||
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
|
||||
<meta name="description"
|
||||
content="Top-level index to the standard documentation for
|
||||
Python @RELEASE@.">
|
||||
<style type="text/css">
|
||||
a.title { font-weight: bold; font-size: 110%; }
|
||||
ul { margin-left: 1em; padding: 0pt; border: 0pt; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue