diff options
author | Fred Drake <fdrake@acm.org> | 2001-02-12 16:04:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-02-12 16:04:24 (GMT) |
commit | e38d481e7740fc52cb845b9078642b9a0b0e1004 (patch) | |
tree | d36d252ab44d899e50e921b61a384e2b1da955a3 /Doc/html | |
parent | d7f393edae342b9d2fe657ce623a359f3190c890 (diff) | |
download | cpython-e38d481e7740fc52cb845b9078642b9a0b0e1004.zip cpython-e38d481e7740fc52cb845b9078642b9a0b0e1004.tar.gz cpython-e38d481e7740fc52cb845b9078642b9a0b0e1004.tar.bz2 |
Add a "description" meta tag that includes a version number.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/index.html.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 54b5a25..899b809 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -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; } |