Remove Twitter links
authorDave Page <dpage@pgadmin.org>
Fri, 24 Jan 2025 10:38:25 +0000 (10:38 +0000)
committerDave Page <dpage@pgadmin.org>
Fri, 24 Jan 2025 10:38:25 +0000 (10:38 +0000)
templates/base.html
templates/pages/contact.html

index 51c4d0847c9da941ade3d10774141ae4f5681ef3..9fdffff9201446188f71cce88d81d70a9831536d 100644 (file)
@@ -33,8 +33,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 %}
     
         <h6>{{ confname }}&nbsp;{{ year }} is organised by <a href="{{ link("organisation/") }}">PostgreSQL&nbsp;Europe</a></h6>
         <!-- socials -->
         <ul class="socials">
-          <li><a href="https://twitter.com/{{ twitter_handle }}" class="icons twitter" aria-label="Twitter"></a></li>
           <li><a href="{{ mastodon_url }}" class="icons mastodon" aria-label="Mastodon"></a></li>
           <!--
           <li><a href="{{ linkedin_url }}" class="icons linkedin" aria-label="Linkedin"></a></li>
index 71b3f5d0407fb09660d09e8ed2de345006eef60f..abfcd874433cbdb2e969f00998ffdc35bed177d4 100644 (file)
@@ -25,7 +25,6 @@
   <div class="container">
     <div class="card">
       <ul>
-        <li>On Twitter: <a href="https://twitter.com/{{ twitter_handle }}" aria-label="Twitter">{{ twitter_handle }}</a></li>
         <li>On Mastodon: <a href="{{ mastodon_url }}" aria-label="Mastodon">{{ mastodon_handle }}</a></li>
       </ul>
   </div>