-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from PRX/feat/playlist-updates
Playlist subscribe buttons
- Loading branch information
Showing
22 changed files
with
124 additions
and
61 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
[ | ||
{ | ||
"url": "https://podcasts.apple.com/us/podcast/prx-annual-report-playlist/id1783622485", | ||
"label": "Apple Podcasts", | ||
"svg": "apple.svg" | ||
}, | ||
{ | ||
"url": "https://open.spotify.com/show/3dQfbAnQEhNPo3ARrsYxs2", | ||
"label": "Spotify", | ||
"svg": "spotify.svg" | ||
}, | ||
{ | ||
"url": "https://pca.st/39tca8p4", | ||
"label": "PocketCasts", | ||
"svg": "pocketcasts.svg" | ||
}, | ||
{ | ||
"url": "https://overcast.fm/login", | ||
"label": "Overcast", | ||
"svg": "overcast.svg" | ||
}, | ||
{ | ||
"url": "https://podcastaddict.com/podcast/prx-annual-report-playlist/5551722", | ||
"label": "Podcast Addict", | ||
"svg": "podcastaddict.svg" | ||
}, | ||
{ | ||
"url": "https://tunein.com/search/?query=PRX%20Annual%20Report%20Playlist", | ||
"label": "TuneIn", | ||
"svg": "tunein.svg" | ||
} | ||
] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
<button id="{{ include.id }}" class="btn {{ include.color }}"> | ||
<span class="material-icons">{{ include.icon }}</span> | ||
{%- capture icon_path %}svg/icons/{{ include.icon }}.svg{% endcapture -%} | ||
{% include {{ icon_path }} %} | ||
</button> |
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 |
---|---|---|
@@ -1,16 +1,12 @@ | ||
<li class="menu-item"> | ||
{%- if include.icon -%} | ||
<a | ||
href="{{ include.href }}" | ||
class="menu-link icon {{ include.color }}" | ||
> | ||
<span class="material-icons" aria-label="{{ include.aria-label }}">{{ include.icon }}</span> | ||
{%- if include.icon -%} | ||
{%- capture icon_path %}svg/icons/{{ include.icon }}.svg{% endcapture -%} | ||
{% include {{ icon_path }} %} | ||
{%- endif -%} | ||
<span>{{ include.label }}</span> | ||
</a> | ||
{%- else -%} | ||
<a | ||
href="{{ include.href }}" | ||
class="menu-link {{ include.color }}" | ||
>{{ include.label }}</a> | ||
{%- endif -%} | ||
</li> |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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