Skip to content

Commit 9c1cf3e

Browse files
maxandersengeoand
andcommitted
Update _includes/share-page.html
Co-authored-by: Georgios Andrianakis <[email protected]>
1 parent 7625198 commit 9c1cf3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ description: >- # this means to ignore newlines until "baseurl:"
2020
baseurl: "" # the subpath of your site, e.g. /blog
2121
url: "https://quarkus.io" # the base hostname & protocol for your site, e.g. http://example.com
2222
twitter_username: quarkusio
23+
bluesky_username: quarkus.io
2324
github_username: quarkusio
2425
github_fork_url: "https://github.com/quarkusio/quarkus"
2526
# The language code for this website, used in particular for search.quarkus.io.

_includes/share-page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<a class="share-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ include.url }}&title={{ include.title }}" rel="nofollow" target="_blank" title="Share on LinkedIn">
33
<i class="fa-brands fa-linkedin fa-xl"></i>
44
</a>
5-
<a class="share-bluesky" href="https://bsky.app/intent/compose?text={{ include.title }}&url={{ site.url }}{{ include.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on LinkedIn">
5+
<a class="share-bluesky" href="https://bsky.app/intent/compose?text={{ include.title }} {{ site.url }}{{ include.url }}" rel="nofollow" target="_blank" title="Share on Bluesky">
66
<i class="fa-brands fa-bluesky fa-xl"></i>
77
</a>
88
<a class="share-x" href="https://x.com/intent/tweet?text={{ include.title }}&url={{ site.url }}{{ include.url }}&via={{ site.twitter_username }}&related={{ site.twitter_username }}" rel="nofollow" target="_blank" title="Share on X">

0 commit comments

Comments
 (0)