File tree 11 files changed +1
-22
lines changed
11 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,6 @@ google_ga4: G-RJ94STKPJ5
31
31
google_ua : UA-133457846-1
32
32
google_audience : AW-1036784065
33
33
linkedin_audience : 2842796
34
- twitter_user : trinodb
35
- twitter_hashtag : trinodb
36
34
youtube_channel : trinodb
37
35
38
36
paginate : 12 # Number of blog posts per page
Original file line number Diff line number Diff line change 56
56
< a class ="sl-ic " href ="https://www.linkedin.com/company/trino-software-foundation ">
57
57
< i class ="fab fa-linkedin fa-lg white-text mr-4 "> </ i >
58
58
</ 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 >
62
59
</ div >
63
60
</ div >
64
61
<!-- Grid column -->
Original file line number Diff line number Diff line change @@ -74,9 +74,6 @@ <h2>Do you ❤️ Trino? Give us a 🌟 on GitHub <i class="fab fa-github"></i><
74
74
< li class ="nav-item ">
75
75
< a class ="nav-link " href ="https://www.linkedin.com/company/trino-software-foundation " target ="_blank "> < i class ="fab fa-linkedin "> </ i > </ a >
76
76
</ 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 >
80
77
</ ul >
81
78
</ div >
82
79
</ nav >
Original file line number Diff line number Diff line change 9
9
{%- seo -%}
10
10
{% unless page.image %}
11
11
< meta property ="og:image " content ="{{site.url}}/assets/trino-og.png " />
12
- < meta property ="twitter:image " content ="{{site.url}}/assets/trino-twitter.png " />
13
12
{% endunless %}
14
13
15
14
<!-- Font Awesome -->
Original file line number Diff line number Diff line change 9
9
{%- seo -%}
10
10
{% unless page.image %}
11
11
< meta property ="og:image " content ="{{site.url}}/assets/trino-og.png " />
12
- < meta property ="twitter:image " content ="{{site.url}}/assets/trino-twitter.png " />
13
12
{% endunless %}
14
13
15
14
<!-- Font Awesome -->
Original file line number Diff line number Diff line change 9
9
{%- seo -%}
10
10
{% unless page.image %}
11
11
< meta property ="og:image " content ="{{site.url}}/assets/trino-og.png " />
12
- < meta property ="twitter:image " content ="{{site.url}}/assets/trino-twitter.png " />
13
12
{% endunless %}
14
13
15
14
<!-- Font Awesome -->
Original file line number Diff line number Diff line change @@ -227,5 +227,4 @@ These are some of the projects that are currently in progress and are likely to
227
227
* A new [ Parquet writer] ( {{site.github_repo_url}}/pull/2004 ) optimized to work efficiently
228
228
within Presto.
229
229
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.
Original file line number Diff line number Diff line change @@ -80,10 +80,6 @@ title: Trino Community
80
80
</a>
81
81
<div class="events-thirds-container">
82
82
<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>
87
83
<a href="https://www.youtube.com/c/trinodb" class="event-third-block">
88
84
<div>Watch the latest videos and past events from the Trino community</div>
89
85
<img src="../assets/images/community/youtube.png" alt="trinodb on YouTube" />
Original file line number Diff line number Diff line change @@ -110,11 +110,6 @@ show_hero: true
110
110
111
111
* ** Chat on Slack:** [ {{site.slack_fqdn}}] ( slack.html )
112
112
* ** 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 )
118
113
* ** Live show and podcast:** [ Trino Community Broadcast] ( /broadcast/ )
119
114
* ** YouTube:** [ Trino Channel] ( https://www.youtube.com/c/{{site.youtube_channel}} )
120
115
You can’t perform that action at this time.
0 commit comments