mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2024-12-24 22:15:52 -05:00
add share icon for bluesky
This commit is contained in:
parent
3e53621007
commit
da472e031c
@ -92,4 +92,14 @@
|
|||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- if (cond ($custom) (in $ShareButtons "bluesky") (true)) }}
|
||||||
|
<li>
|
||||||
|
<a target="_blank" rel="noopener noreferrer" aria-label="share {{ $title | plainify }} on bluesky"
|
||||||
|
href="https://bsky.app/intent/compose?text={{ $title }} {{ $pageurl }}">
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="30px" height="30px" viewBox="0 0 135.46666 135.46667" fill="currentColor">
|
||||||
|
<path d="m16.589685.428398c-9.134739 0-16.550411 7.416449-16.550411 16.550927V119.34414c0 9.13448 7.415936 16.55092 16.550411 16.55092H118.95501c9.13448 0 16.55093-7.41644 16.55093-16.55092V16.979325c0-9.134478-7.41619-16.550927-16.55093-16.550927zM27.478943 25.4c2.727306-.01441 6.738073 1.21649 13.276192 5.832202 10.92022 7.70935 22.665228 23.34151 26.978198 31.72933 4.31298-8.38782 16.058049-24.018946 26.978199-31.728296 10.461088-7.38514 14.452008-6.105891 17.068208-4.923731 3.02816 1.36832 3.57859 6.017714 3.57859 8.752954 0 2.73521-1.4992 22.424959-2.47736 25.711609-3.23189 10.8593-14.736295 14.529053-25.331275 13.351123C103.07651 76.424951 115.35811 85.117008 98.42345 102.2165 75.87169 121.91234 71.515553 97.799568 67.733333 85.116768 63.951123 97.799568 56.58062 122.81431 36.68665 102.2165 18.60121 82.082498 32.390272 76.424174 47.916972 74.124674 37.322082 75.302334 25.817431 71.632595 22.585701 60.773035c-.97808-3.28665-2.477368-22.976399-2.477368-25.711609 0-2.73524.550413-7.384118 3.578593-8.752438.981075-.44331 2.155633-.900341 3.792017-.908988z" />
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
{{- end }}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user