summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Page2025-01-24 10:39:56 +0000
committerDave Page2025-01-24 10:39:56 +0000
commitf003b194f30d6f648599f02b9992528eee60f410 (patch)
tree675115ad260b49d41249f62d82d3108f09dd0339
parentc2cbaa2182cc4ecfe4aab14c0e87a11fd7b84e9d (diff)
Remove Twitter links.2023
-rw-r--r--templates/base.html3
-rw-r--r--templates/pages/contact.html1
2 files changed, 0 insertions, 4 deletions
diff --git a/templates/base.html b/templates/base.html
index 873a482..4468e38 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -34,8 +34,6 @@
<meta property="og:image:height" content="419">
<meta property="og:image:alt" content="{{ confname }} – {{ dates }}, {{ year }}">
{%- endblock %}
- {% block twittercard -%}<meta name="twitter:card" content="summary_large_image">{%- endblock %}
- {% block twittersite -%}<meta name="twitter:site" content="@postgresuk">{%- endblock %}
{% block extrahead %}{% endblock %}
</head>
@@ -78,7 +76,6 @@
<div class="social-media">
<a class="sm-email" href="mailto:contact@pgday.uk"><i class="fa-solid fa-envelope"></i></a>
- <a class="sm-twitter" href="https://twitter.com/PostgresUK"><i class="fa-brands fa-twitter"></i></a>
<a class="sm-mastodon" href="https://fosstodon.org/@postgresuk" rel="me"><i class="fa-brands fa-mastodon"></i></a>
</div>
diff --git a/templates/pages/contact.html b/templates/pages/contact.html
index 5421ce6..b88f0cf 100644
--- a/templates/pages/contact.html
+++ b/templates/pages/contact.html
@@ -9,7 +9,6 @@
<p>
The best way to get in touch with the conference staff is to send us an email to
<a href="mailto:contact@pgday.uk">contact@pgday.uk</a>. You can also engage with
- us on <i class="fab fa-twitter"></i> Twitter at <a href="https://twitter.com/postgresuk">@postgresuk</a>
or on <i class="fab fa-mastodon"></i> Mastodon at <a href="https://fosstodon.org/@postgresuk">@postgresuk</a>.
</p>