Skip to content

Commit 79fd638

Browse files
committed
Remove twitter account references
1 parent a0fea88 commit 79fd638

File tree

11 files changed

+1
-22
lines changed

11 files changed

+1
-22
lines changed

_config.yml

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ google_ga4: G-RJ94STKPJ5
3131
google_ua: UA-133457846-1
3232
google_audience: AW-1036784065
3333
linkedin_audience: 2842796
34-
twitter_user: trinodb
35-
twitter_hashtag: trinodb
3634
youtube_channel: trinodb
3735

3836
paginate: 12 # Number of blog posts per page

_includes/footer.html

-3
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ <h6>
5656
<a class="sl-ic" href="https://www.linkedin.com/company/trino-software-foundation">
5757
<i class="fab fa-linkedin fa-lg white-text mr-4"> </i>
5858
</a>
59-
<a class="fb-ic" href="https://twitter.com/{{site.twitter_user}}" target="_blank">
60-
<i class="fab fa-twitter fa-lg white-text mr-4"> </i>
61-
</a>
6259
</div>
6360
</div>
6461
<!-- Grid column -->

_includes/header.html

-3
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ <h2>Do you ❤️ Trino? Give us a 🌟 on GitHub <i class="fab fa-github"></i><
7474
<li class="nav-item">
7575
<a class="nav-link" href="https://www.linkedin.com/company/trino-software-foundation" target="_blank"><i class="fab fa-linkedin"></i></a>
7676
</li>
77-
<li class="nav-item">
78-
<a class="nav-link" href="https://twitter.com/{{site.twitter_user}}" target="_blank"><i class="fab fa-twitter"></i></a>
79-
</li>
8077
</ul>
8178
</div>
8279
</nav>

_includes/html-header.html

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
{%- seo -%}
1010
{% unless page.image %}
1111
<meta property="og:image" content="{{site.url}}/assets/trino-og.png" />
12-
<meta property="twitter:image" content="{{site.url}}/assets/trino-twitter.png" />
1312
{% endunless %}
1413

1514
<!-- Font Awesome -->

_layouts/blog.html

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
{%- seo -%}
1010
{% unless page.image %}
1111
<meta property="og:image" content="{{site.url}}/assets/trino-og.png" />
12-
<meta property="twitter:image" content="{{site.url}}/assets/trino-twitter.png" />
1312
{% endunless %}
1413

1514
<!-- Font Awesome -->

_layouts/episode.html

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
{%- seo -%}
1010
{% unless page.image %}
1111
<meta property="og:image" content="{{site.url}}/assets/trino-og.png" />
12-
<meta property="twitter:image" content="{{site.url}}/assets/trino-twitter.png" />
1312
{% endunless %}
1413

1514
<!-- Font Awesome -->

_posts/2020-01-01-2019-summary.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -227,5 +227,4 @@ These are some of the projects that are currently in progress and are likely to
227227
* A new [Parquet writer]({{site.github_repo_url}}/pull/2004) optimized to work efficiently
228228
within Presto.
229229

230-
... and many, many more. Follow us on [Twitter](https://twitter.com/{{site.twitter_user}}) and
231-
[join our Slack](/slack.html).
230+
... and many, many more.

assets/images/community/twitter.png

-3.63 KB
Binary file not shown.

assets/trino-twitter.png

-50.5 KB
Binary file not shown.

community.md

-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ title: Trino Community
8080
</a>
8181
<div class="events-thirds-container">
8282
<a href="https://www.meetup.com/pro/trino-community/" class="event-third-block"></a>
83-
<a href="https://twitter.com/trinodb" class="event-third-block">
84-
<div>Follow us<h2>@trinodb</h2></div>
85-
<img src="../assets/images/community/twitter.png" alt="@trinodb on Twitter" />
86-
</a>
8783
<a href="https://www.youtube.com/c/trinodb" class="event-third-block">
8884
<div>Watch the latest videos and past events from the Trino community</div>
8985
<img src="../assets/images/community/youtube.png" alt="trinodb on YouTube" />

download.md

-5
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,6 @@ show_hero: true
110110

111111
* **Chat on Slack:** [{{site.slack_fqdn}}](slack.html)
112112
* **Issues:** [GitHub issues]({{site.github_repo_url}}/issues)
113-
* **Twitter:**
114-
[@{{site.twitter_user}}](https://twitter.com/{{site.twitter_user}})
115-
[#{{site.twitter_hashtag}}](https://twitter.com/search?q=%23{{site.twitter_hashtag}})
116-
[#prestosql](https://twitter.com/search?q=%23prestosql)
117-
[#prestodb](https://twitter.com/search?q=%23prestodb)
118113
* **Live show and podcast:** [Trino Community Broadcast](/broadcast/)
119114
* **YouTube:** [Trino Channel](https://www.youtube.com/c/{{site.youtube_channel}})
120115

0 commit comments

Comments
 (0)