summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Frost2019-10-23 13:37:02 +0000
committerStephen Frost2019-10-23 13:37:02 +0000
commit7e625c6886bf6006af7de1ae51bd55d94bac50e4 (patch)
treed9415b51765cff4b34fe5b3d806617d0b48b8a5c
parenta1b8ae896d30b0993b348af3665d750ac681ccb6 (diff)
Fix twitter handletesting
-rw-r--r--template/base.html2
-rw-r--r--template/base_pgdu.html2
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>