Add a "description" meta tag that includes a version number.

This commit is contained in:
Fred Drake 2001-02-12 16:04:24 +00:00
parent d7f393edae
commit e38d481e77
1 changed files with 3 additions and 0 deletions

View File

@ -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; }