-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Bluesky social link option throughout site (#953)
* Add Bluesky social link to site and event footer Signed-off-by: Chris Abraham <[email protected]> * Add Bluesky metadata fields to sidebars Signed-off-by: Chris Abraham <[email protected]> * Add Bluesky link to speaker profiles Signed-off-by: Chris Abraham <[email protected]> --------- Signed-off-by: Chris Abraham <[email protected]>
- Loading branch information
1 parent
f7e8b0a
commit 4c75c01
Showing
7 changed files
with
71 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
web/wp-content/themes/lfevents/template-parts/svg/bluesky.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
/** | ||
* Bluesky icon | ||
* | ||
* @package FoundationPress | ||
* @since FoundationPress 1.0.0 | ||
*/ | ||
|
||
?> | ||
<svg xmlns="http://www.w3.org/2000/svg" role="img" viewBox="2.96 3.83 18.46 16.27"><path d="M7.20057 5.27426c-1.44899-1.13849-3.82948-1.96649-3.82948.7245 0 .56924.3105 4.55394.46575 5.22674.67275 2.2252 2.94973 2.7945 5.01972 2.484-3.57073.5692-4.50222 2.5874-2.53573 4.6057 3.72597 3.8812 5.38197-.9315 5.79597-2.1735l.1035-.2588.1035.2588c.414 1.242 2.07 6.0547 5.796 2.1735 1.9664-2.0183 1.0349-4.0365-2.5358-4.6057 2.07.3105 4.347-.2588 5.0197-2.484.1553-.6728.4658-4.6575.4658-5.22674 0-2.69099-2.3805-1.86299-3.8295-.7245-2.0182 1.50074-4.2435 4.60572-5.0197 6.26174-.7763-1.65602-3.00149-4.761-5.01973-6.26174z"/></svg> |