Skip to content

Commit 403be5a

Browse files
committed
Prepare for social link updates
The full work will be handled in a subsequent patch, but for now prepare for the update while finalizing the design.
1 parent aab6824 commit 403be5a

File tree

3 files changed

+0
-25
lines changed

3 files changed

+0
-25
lines changed

templates/base/base.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,6 @@
7878
{%block layoutblock%}{%endblock%}
7979
<!-- Footer -->
8080
<footer id="footer">
81-
<div class="container">
82-
<div class="row">
83-
<div class="col-md-12">
84-
<ul>
85-
<li><a href="https://twitter.com/postgresql"><img src="/media/img/atpostgresql.png" alt="@postgresql"></a></li>
86-
<li><a href="https://git.postgresql.org/gitweb/?p=postgresql.git"><img src="/media/img/git.png" alt="Git"></a></li>
87-
</ul>
88-
</div>
89-
</div>
90-
</div>
9181
<!-- Copyright -->
9282
<div class="container">
9383
<a href="/about/policies/">Policies</a> |

templates/docs/docspage.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -169,16 +169,6 @@ <h2>Submit correction</h2>
169169
</div>
170170
<!-- Footer -->
171171
<footer id="footer">
172-
<div class="container">
173-
<div class="row">
174-
<div class="col-md-12">
175-
<ul>
176-
<li><a href="https://twitter.com/postgresql"><img src="/media/img/atpostgresql.png" alt="@postgresql"></a></li>
177-
<li><a href="https://git.postgresql.org/gitweb/?p=postgresql.git"><img src="/media/img/git.png" alt="Git"></a></li>
178-
</ul>
179-
</div>
180-
</div>
181-
</div>
182172
<!-- Copyright -->
183173
<div class="container">
184174
<a href="/about/privacypolicy">Privacy Policy</a> |

templates/pages/about/contact.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,4 @@ <h2>Press Enquiries</h2>
4242
<h2>Webmasters</h2>
4343

4444
<p>Contact the PostgreSQL webmasters at <a href="mailto:[email protected]">[email protected]</a>.</p>
45-
46-
<h2>Twitter</h2>
47-
48-
<p>Follow us on <a href="https://twitter.com/postgresql" target="_blank" rel="noopener">Twitter</a>.</p>
49-
5045
{%endblock%}

0 commit comments

Comments
 (0)