Update H1 headings

Change-Id: I2448450b83dd8b5451ae23eac465b194cd6a19e5
Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
diff --git a/content/en_index.php b/content/en_index.php
index 9a082e2..4338027 100644
--- a/content/en_index.php
+++ b/content/en_index.php
@@ -13,7 +13,7 @@
  * SPDX-License-Identifier: EPL-2.0
  */
 ?>
-
+<h1><?php print $pageTitle; ?></h1>
 <h2>Current releases</h2>
 <ul class="fa-ul">
   <li><a href="http://help.eclipse.org/2020-09/index.jsp"><i class="fa fa-globe"></i> Eclipse IDE 2020-09 (4.17) Documentation</a> (HTML Help Center)</li>
diff --git a/index.php b/index.php
index 77e5005..79673f5 100644
--- a/index.php
+++ b/index.php
@@ -29,5 +29,4 @@
 $html = ob_get_clean();
 
 $Theme->setHtml($html);
-$Theme->setDisplayHeaderTitle(TRUE);
 $Theme->generatePage();
\ No newline at end of file