Skip to content

Commit

Permalink
podcast: max howell: formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
beyang committed May 19, 2022
1 parent 2d67fe7 commit fceaea0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions podcast/3.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@ Max talks about his latest project, tea, a successor to Homebrew that aims to so
<iframe width="560" height="315" src="https://www.youtube.com/embed/XUqLn21AgPI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</center>

<center style="padding-top: 2em;">
<strong>Subscribe:</strong>
<a href="https://www.youtube.com/playlist?list=PL6zLuuRVa1_jf5GDl61SvEOXvwvKS1IXA" style="padding-left: 0.2em;">YouTube</a>
<a href="https://podcasts.apple.com/us/podcast/the-sourcegraph-podcast/id1516219009" style="padding-left: 0.2em;">Apple</a>
<a href="https://open.spotify.com/show/1YlDYvCxNB7jAndbZPt5a6" style="padding-left: 0.2em;">Spotify</a>
<a href="https://podcasts.google.com/?feed=aHR0cHM6Ly9mZWVkcy5idXp6c3Byb3V0LmNvbS8xMDk3OTc4LnJzcw==" style="padding-left: 0.2em;">Google</a>
<a href="https://feeds.buzzsprout.com/1097978.rss" style="padding-left: 0.2em;">RSS</a>
</center>



<!-- END SUMMARY -->

<!-- START SHOWNOTES -->
Expand Down
14 changes: 7 additions & 7 deletions website/src/components/podcast/PodcastSubscribeLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ interface Props {
export const PodcastSubscribeLinks: React.FunctionComponent<Props> = ({ className = '', linkClassName = '' }) => (
<div className={className}>
<span>Subscribe:</span>{' '}
<a
target="_blank"
href="https://www.youtube.com/playlist?list=PL6zLuuRVa1_jf5GDl61SvEOXvwvKS1IXA"
className={linkClassName}
>
YouTube
</a>
<a
target="_blank"
href="https://podcasts.apple.com/us/podcast/the-sourcegraph-podcast/id1516219009"
Expand All @@ -25,13 +32,6 @@ export const PodcastSubscribeLinks: React.FunctionComponent<Props> = ({ classNam
>
Google
</a>
<a
target="_blank"
href="https://www.youtube.com/playlist?list=PL6zLuuRVa1_jf5GDl61SvEOXvwvKS1IXA"
className={linkClassName}
>
YouTube
</a>
<a target="_blank" href="https://feeds.buzzsprout.com/1097978.rss" className={linkClassName}>
RSS
</a>
Expand Down

0 comments on commit fceaea0

Please sign in to comment.