docs: give download-article a primary heading
It's generally frowned upon to have multiple H1 headings in HTML4. So let's add a primary heading for the article, and source that from the title used in the sidebar. While we're at it, let's update the title in the article to match the title from the sidebar as well. Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<title>Getting Mesa</title>
|
||||
<title>Downloading and Unpacking</title>
|
||||
<link rel="stylesheet" type="text/css" href="mesa.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -14,7 +14,9 @@
|
||||
<iframe src="contents.html"></iframe>
|
||||
<div class="content">
|
||||
|
||||
<h1>Downloading</h1>
|
||||
<h1>Downloading and Unpacking</h1>
|
||||
|
||||
<h2>Downloading</h2>
|
||||
|
||||
<p>
|
||||
Primary Mesa download site:
|
||||
@@ -38,7 +40,7 @@ in the same directory, and are recognisable by the
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Unpacking</h1>
|
||||
<h2>Unpacking</h2>
|
||||
|
||||
<p>
|
||||
Mesa releases are available in two formats: <tt>.tar.xz</tt> and <tt>.tar.gz</tt>.
|
||||
@@ -56,7 +58,7 @@ To unpack the tarball:
|
||||
</pre>
|
||||
|
||||
|
||||
<h1>Contents</h1>
|
||||
<h2>Contents</h2>
|
||||
|
||||
<p>
|
||||
Proceed to the <a href="install.html">compilation and installation
|
||||
@@ -64,7 +66,7 @@ instructions</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<h1>Demos, GLUT, and GLU</h1>
|
||||
<h2>Demos, GLUT, and GLU</h2>
|
||||
|
||||
<p>
|
||||
A package of SGI's GLU library is available
|
||||
|
Reference in New Issue
Block a user