Fix anchors
authorDave Page <dpage@pgadmin.org>
Mon, 24 Jul 2023 14:07:56 +0000 (15:07 +0100)
committerDave Page <dpage@pgadmin.org>
Mon, 24 Jul 2023 14:07:56 +0000 (15:07 +0100)
templates/pages/index.html

index b2b5c32144f8ed1d1e18145da754b7732d05f48a..8be573adfa791b33361ff36f1b0770ef404171ff 100644 (file)
@@ -54,7 +54,7 @@ href="https://www.postgresql.org/">PostgreSQL Project</a>.
   <h1>Latest news</h1>
 
     <div>
-      <h2><a href="#2023-07-03">Change of Name</a></h2>
+      <h2 id="2023-07-03"><a href="#2023-07-03">Change of Name</a></h2>
       <h5>3 July 2023</h5>
 
       <p>Following discussion with the PostgreSQL Core Team, the Association has
@@ -66,7 +66,7 @@ href="https://www.postgresql.org/">PostgreSQL Project</a>.
         and elsewhere.
       </p>
 
-      <h2><a href="#2023-05-30">Board members confirmed</a></h2>
+      <h2 id="2023-05-30"><a href="#2023-05-30">Board members confirmed</a></h2>
       <h5>30 May 2023</h5>
 
       <p>Following an AGM and board meeting held at PGCon 2023 in Ottawa, the
@@ -81,7 +81,7 @@ href="https://www.postgresql.org/">PostgreSQL Project</a>.
         <li>Marc Fournier</li>
       </ul>
 
-      <h2><a href="#2022-06-23">Infringing Trademark Registrations Invalidated by Spanish Court</a></h2>
+      <h2 id="2022-06-23"><a href="#2022-06-23">Infringing Trademark Registrations Invalidated by Spanish Court</a></h2>
       <h5>23 June 2022</h5>
 
       <p>In 2020, the PostgreSQL Core Team was made aware of trademarks
@@ -132,7 +132,7 @@ href="https://www.postgresql.org/">PostgreSQL Project</a>.
         ask that you please consider <a href="/donate">donating</a>.
       </p>
 
-      <h2><a href="#2022-05-01">Board members confirmed</a></h2>
+      <h2 id="2022-05-01"><a href="#2022-05-01">Board members confirmed</a></h2>
       <h5>1 May 2022</h5>
 
       <p>Following an AGM and board meeting held during a video conference, the
@@ -147,24 +147,6 @@ href="https://www.postgresql.org/">PostgreSQL Project</a>.
         <li>Marc Fournier</li>
       </ul>
     </div>
-
-  <div>
-    <h2><a href="#2020-12-03">Board positions updated</a></h2>
-    <h5>3 December 2020</h5>
-
-    <p>Following the passing of our friend and colleague Chris Browne, the Board
-      have voted to update the positions of various board members. The updated
-      list is as follows:</p>
-      <ul>
-        <li>Dave Page (Chairman)</li>
-        <li>Steve Singer (Treasurer)</li>
-        <li>Jonathan Katz (Secretary)</li>
-        <li>Jaime Casanova</li>
-        <li>Peter Eisentraut</li>
-        <li>Marc Fournier</li>
-      </ul>
-  </div>
-
  </div>
 </div>
 {% endblock %}