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/release-calendar.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/release-calendar.html')
-rw-r--r-- | docs/release-calendar.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/release-calendar.html b/docs/release-calendar.html index c0372544a55..6ae9e401c04 100644 --- a/docs/release-calendar.html +++ b/docs/release-calendar.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> - <title>Release calendar</title> + <title>Release Calendar</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>Overview</h1> +<h1>Release Calendar</h1> + +<h2>Overview</h2> <p> Mesa provides feature/development and stable releases. @@ -37,7 +39,7 @@ Take a look <a href="submittingpatches.html#criteria" target="_parent">here</a> if you'd like to nominate a patch in the next stable release. </p> -<h1 id="calendar">Calendar</h1> +<h2 id="calendar">Calendar</h2> <table border="1"> |