Skip to content

Commit

Permalink
Sync with upstream: 11d927d7b0b6c19e04c349dc2e76b2aa020cb87f
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeccati committed Dec 10, 2024
1 parent 85778a3 commit 0231fd8
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,6 @@ Nel footer, alcuni dati (ad es., la data) vengono ripresi da ciò che abbiamo d
social_follow: "Follow us on"
social_fb_url: "https://www.facebook.com/RubyDayIT/"
social_linkedin_url: "https://www.linkedin.com/company/grusp/"
social_twitter_url: "https://twitter.com/rubydayIT"
social_vimeo_url: "https://vimeo.com/grusp"
social_youtube_url: "https://www.youtube.com/channel/UCdWnwC8nz_CCFQrmLBrLCVw"
```

Expand Down
2 changes: 0 additions & 2 deletions source/_data/defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ conference:
social_follow: "Follow us on"
social_fb_url: "https://www.facebook.com/GrUSP/"
social_linkedin_url: "https://www.linkedin.com/company/grusp/"
social_twitter_url: "https://twitter.com/reactjsday"
social_vimeo_url: "https://vimeo.com/grusp"
social_youtube_url: "https://www.youtube.com/c/grusp"
social_instagram_url: "https://www.instagram.com/grusp_/"
social_mastodon_url: "https://phpc.social/@grusp"
Expand Down
6 changes: 0 additions & 6 deletions themes/grusp_conf/layout/includes/_social.pug
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
a(href=site.data.defaults.conference.social_fb_url target="_blank" role="button" rel="noopener noreferrer external" aria-label="facebook")
.social-icon
include ../../source/assets/ico/ico-social-facebook.svg
a(href=site.data.defaults.conference.social_twitter_url target="_blank" role="button" rel="noopener noreferrer external" aria-label="twitter")
.social-icon
include ../../source/assets/ico/ico-social-twitter.svg
a(href=site.data.defaults.conference.social_vimeo_url target="_blank" role="button" rel="noopener noreferrer external" aria-label="vimeo")
.social-icon
include ../../source/assets/ico/ico-social-vimeo.svg
a(href=site.data.defaults.conference.social_youtube_url target="_blank" role="button" rel="noopener noreferrer external" aria-label="youtube")
.social-icon
include ../../source/assets/ico/ico-social-youtube.svg
Expand Down
2 changes: 0 additions & 2 deletions themes/grusp_conf/layout/includes/layout.pug
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ html(lang=config.language)
"sameAs":
[
"#{site.data.defaults.conference.social_fb_url}",
"#{site.data.defaults.conference.social_twitter_url}",
"#{site.data.defaults.conference.social_vimeo_url}",
"#{site.data.defaults.conference.social_youtube_url}",
"#{site.data.defaults.conference.social_linkedin_url}",
"#{site.data.defaults.conference.social_instagram_url}",
Expand Down

0 comments on commit 0231fd8

Please sign in to comment.