Prepare for social link updates
authorJonathan S. Katz <[email protected]>
Thu, 13 Feb 2025 05:12:49 +0000 (21:12 -0800)
committerJonathan S. Katz <[email protected]>
Thu, 13 Feb 2025 05:12:49 +0000 (21:12 -0800)
The full work will be handled in a subsequent patch, but for now
prepare for the update while finalizing the design.

templates/base/base.html
templates/docs/docspage.html
templates/pages/about/contact.html

index 1936a03b9bf181d355c4b13ed263941345a01429..822c785112f934d3099d88cb71f2808c4c603e2e 100644 (file)
     {%block layoutblock%}{%endblock%}
     <!-- Footer -->
     <footer id="footer">
-      <div class="container">
-        <div class="row">
-          <div class="col-md-12">
-            <ul>
-              <li><a href="https://twitter.com/postgresql"><img src="/media/img/atpostgresql.png" alt="@postgresql"></a></li>
-              <li><a href="https://git.postgresql.org/gitweb/?p=postgresql.git"><img src="/media/img/git.png" alt="Git"></a></li>
-            </ul>
-          </div>
-        </div>
-      </div>
       <!-- Copyright -->
       <div class="container">
         <a href="/about/policies/">Policies</a> |
index b1ad71640374e2e90ec235a72753a1e614cb656f..2a5fef78304263c0f30b57521991011bb3677672 100644 (file)
     </div>
     <!-- Footer -->
     <footer id="footer">
-      <div class="container">
-        <div class="row">
-          <div class="col-md-12">
-            <ul>
-              <li><a href="https://twitter.com/postgresql"><img src="/media/img/atpostgresql.png" alt="@postgresql"></a></li>
-              <li><a href="https://git.postgresql.org/gitweb/?p=postgresql.git"><img src="/media/img/git.png" alt="Git"></a></li>
-            </ul>
-          </div>
-        </div>
-      </div>
       <!-- Copyright -->
       <div class="container">
         <a href="/about/privacypolicy">Privacy Policy</a> |
index fa89b510dc27fb9fd417c9b13f964e6706477444..03e0ad612d649ec7f8ea7d3f5d1bc01e4d063cff 100644 (file)
@@ -42,9 +42,4 @@ funds group directly at <a href="mailto:[email protected]">funds-group@
 <h2>Webmasters</h2>
 
 <p>Contact the PostgreSQL webmasters at <a href="mailto:[email protected]">[email protected]</a>.</p>
-
-<h2>Twitter</h2>
-
-<p>Follow us on <a href="https://twitter.com/postgresql" target="_blank" rel="noopener">Twitter</a>.</p>
-
 {%endblock%}