diff options
author | Erik Faye-Lund <[email protected]> | 2019-05-06 12:57:15 +0200 |
---|---|---|
committer | Erik Faye-Lund <[email protected]> | 2019-05-08 07:18:15 +0000 |
commit | 269474b4283888c8ae13d7ed8a17359b898ff246 (patch) | |
tree | 503a95a421d234218d117774f2af62c4689fd26e /docs/lists.html | |
parent | 87683ba0587a0d62d0b336143344ba283316bcb0 (diff) |
docs: renumber headings
It's generally frowned upon to have multiple H1 headings in HTML4. So
let's make sure each article has a primary heading for the article, and
that that heading is the title that is used in the sidebar.
While we're at it, let's update the title in the articles to match the
title from the sidebar as well.
Signed-off-by: Erik Faye-Lund <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'docs/lists.html')
-rw-r--r-- | docs/lists.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/lists.html b/docs/lists.html index 0b451a09c1c..399bd33be3f 100644 --- a/docs/lists.html +++ b/docs/lists.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Mesa Mailing Lists</title> + <title>Mailing Lists</title> <link rel="stylesheet" type="text/css" href="mesa.css"> </head> <body> @@ -68,14 +68,14 @@ kernels, see the </p> -<h1>IRC</h1> +<h2>IRC</h2> <p>join <a href="irc://chat.freenode.net#dri-devel">#dri-devel channel</a> on <a href="https://webchat.freenode.net/">irc.freenode.net</a> </p> -<h1>OpenGL Forums</h1> +<h2>OpenGL Forums</h2> <p> Here are some other OpenGL-related forums you might find useful: |