mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +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>
|
<head>
|
||||||
<title>Python @RELEASE@ Documentation - @DATE@</title>
|
<title>Python @RELEASE@ Documentation - @DATE@</title>
|
||||||
<link rel="STYLESHEET" href="lib/lib.css" type="text/css">
|
<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">
|
<style type="text/css">
|
||||||
a.title { font-weight: bold; font-size: 110%; }
|
a.title { font-weight: bold; font-size: 110%; }
|
||||||
ul { margin-left: 1em; padding: 0pt; border: 0pt; }
|
ul { margin-left: 1em; padding: 0pt; border: 0pt; }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue