diff options
-rw-r--r-- | template/base.html | 2 | ||||
-rw-r--r-- | template/base_pgdu.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/base.html b/template/base.html index 9165006..ec27bc3 100644 --- a/template/base.html +++ b/template/base.html @@ -61,7 +61,7 @@ <!-- Footer --> <footer id="side"> <p> - <a href="/code-of-conduct">Code of Conduct</a> | @PGDU | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2019 PostgreSQL Down Under Inc. + <a href="/code-of-conduct">Code of Conduct</a> | <a href="https://twitter.com/PGDownUnder">@PGDownUnder</a> | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2019 PostgreSQL Down Under Inc. </p> </footer> {%block pagescript%}{%endblock%} diff --git a/template/base_pgdu.html b/template/base_pgdu.html index 976d97a..c1e5e94 100644 --- a/template/base_pgdu.html +++ b/template/base_pgdu.html @@ -53,7 +53,7 @@ <!-- Footer --> <footer> <p> - <a href="/code-of-conduct">Code of Conduct</a> | @PGDU | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2019 PostgreSQL Down Under Inc. + <a href="/code-of-conduct">Code of Conduct</a> | <a href="https://twitter.com/PGDownUnder">@PGDownUnder</a> | <a href="mailto:pgdu-committee@lists.pgdu.org">pgdu-committee@lists.pgdu.org</a> | © 2019 PostgreSQL Down Under Inc. </p> </footer> |