Add URL to @postgresql on global footer and Contact page
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 4 Jan 2018 17:19:46 +0000 (12:19 -0500)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 4 Jan 2018 17:27:44 +0000 (12:27 -0500)
templates/base/base.html
templates/pages/about/contact.html

index 1143e0f4b468518f1ae2e3afeaa59bec9355ba9b..18f9440d5bdc089df26a7a6bab5a2639e39193c4 100644 (file)
@@ -83,7 +83,8 @@
     </div> <!-- pgContent -->
        <div id="pgFooter">
          <a class="navFooter" href="{{link_root}}/about/privacypolicy">Privacy Policy</a> |
-         <a class="navFooter" href="{{link_root}}/about/">About PostgreSQL</a><br/>
+         <a class="navFooter" href="{{link_root}}/about/">About PostgreSQL</a> |
+         <a class="navFotter" href="https://twitter.com/postgresql" target="_blank">Twitter</a><br/>
         Copyright &copy; 1996-{% now "Y" %} The PostgreSQL Global Development Group
        </div> <!-- pgFooter -->
    </div>
index bff8a4d6be974f9b1a13f5140a158b97657a9823..b3e0c0a22f910f7f646cccc44113a793689bd900 100644 (file)
@@ -31,4 +31,9 @@ This section includes information on regional contacts as well.</p>
 <h2>Webmasters</h2>
 
 <p>Contact the PostgreSQL webmasters at <a href="mailto:webmaster@postgresql.org">webmaster@postgresql.org</a>.</p>
+
+<h2>Twitter</h2>
+
+<p>Follow us on <a href="https://twitter.com/postgresql" target="_blank">Twitter</a>.</p>
+
 {%endblock%}