Skip to content

Commit

Permalink
update(theme): remplace Twitter par BlueSky en attendant des jours me…
Browse files Browse the repository at this point in the history
…illeurs (#1268)

Retire également les liens vers Twitter et Facebook.
  • Loading branch information
Guts authored Feb 12, 2025
2 parents 212933f + 05814ce commit 0f4367b
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
16 changes: 8 additions & 8 deletions config/extra_social.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@ social:
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/geotribu.bsky.social
name: Geotribu sur BlueSky
- icon: "fontawesome/brands/twitter"
link: "https://twitter.com/geotribu"
name: "Geotribu sur Twitter"
- icon: "fontawesome/brands/linkedin"
link: "https://www.linkedin.com/feed/hashtag/?keywords=geotribu"
# - icon: "fontawesome/brands/twitter"
# link: "https://twitter.com/geotribu"
# name: "Geotribu sur Twitter"
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/geotribu/
name: "Les contenus de Geotribu sur LinkedIn"
- icon: "fontawesome/brands/youtube"
link: https://www.youtube.com/@geotribu
name: "Chaîne Youtube de Geotribu"
- icon: "fontawesome/brands/facebook"
link: "https://fr-fr.facebook.com/geotribu/"
name: "Page Facebook de Geotribu"
# - icon: "fontawesome/brands/facebook"
# link: "https://fr-fr.facebook.com/geotribu/"
# name: "Page Facebook de Geotribu"
- icon: "fontawesome/brands/mailchimp"
link: http://eepurl.com/hL0zVr
name: "Abonnez-vous à la newsletter"
Expand Down
10 changes: 5 additions & 5 deletions content/theme/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -276,15 +276,15 @@ <h5>CLI</h5>
</div>
</a>

<a class="card-wrapper" href="https://twitter.com/geotribu/" target="_blank">
<a class="card-wrapper" href="https://bsky.app/profile/geotribu.bsky.social/" target="_blank">
<div class="card">
<div class="logo">
<span class="twemoji">
{% include ".icons/fontawesome/brands/twitter.svg" %}
{% include ".icons/fontawesome/brands/bluesky.svg" %}
</span>
</div>
<div class="card-content">
<h5>Twitter</h5>
<h5>BlueSky</h5>
<p>
Suivez le compte officiel @geotribu.
</p>
Expand All @@ -308,7 +308,7 @@ <h5>Mastodon</h5>
</div>
</a>

<a class="card-wrapper" href="https://www.linkedin.com/feed/hashtag/geotribu/" target="_blank">
<a class="card-wrapper" href="https://www.linkedin.com/company/geotribu/" target="_blank">
<div class="card">
<div class="logo">
<span class="twemoji">
Expand All @@ -318,7 +318,7 @@ <h5>Mastodon</h5>
<div class="card-content">
<h5>LinkedIn</h5>
<p>
S'abonner au hashtag #Geotribu.
Suivre la page Geotribu.
</p>
</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion content/theme/partials/schemas.html.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,10 @@
"http://geotribu.net",
"https://github.com/geotribu/",
"https://facebook.com/geotribu",
"https://www.linkedin.com/company/geotribu/",
"https://mapstodon.space/users/geotribu",
"https://twitter.com/geotribu"
"https://twitter.com/geotribu",
"https://bsky.app/profile/geotribu.bsky.social"
],
"potentialAction": {
"@type": "SearchAction",
Expand Down

0 comments on commit 0f4367b

Please sign in to comment.