update footer icons
authorSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:16:49 +0000 (16:16 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:16:49 +0000 (16:16 -0700)
templates/index_base.html

index 7defd5835c970ba587bb4d72354267140b5b08ce..73e48fc7198dd3c964f0827ae816ab8a4a2cb8b0 100644 (file)
 
        <!-- Footer -->
        <footer>
-           <ul class="icons">
-               <li>
-                   <a href="https://www.facebook.com/PostgresOpen" class="fab fa-facebook"><span class="label">Facebook</span></a>
-               </li>
-               <li>
-                   <a href="https://twitter.com/postgresopen" class="fab fa-twitter-square"><span class="label">Twitter</span></a>
-               </li>
-           </ul>
            <p>
-               <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
-      </p>
-      </footer>
+               <a href="https://www.facebook.com/PostgresOpen" class="fab fa-facebook"></a> | <a href="https://twitter.com/postgresopen" class="fab fa-twitter-square"></a> | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2018 PostgreSQL Down Under Inc.
+           </p>
+    </footer>
 
    </body>
 </html>