Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion shows/610 - Supper.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ url: https://traffic.megaphone.fm/FSI7028552678.mp3
guest:
name: Zach Lloyd
twitter: zachlloydtweets
linkedin: zachlloyd
github: zachlloyd
url: https://www.warp.dev/
---
Expand Down
7 changes: 2 additions & 5 deletions shows/616 - adam CSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ guest:
name: Adam Argyle
github: argyleink
twitter: argyleink
url:
- https://nerdy.dev/
- https://gradient.style/
social:
- https://bsky.app/profile/nerdy.dev
url: https://nerdy.dev/
social: https://bsky.app/profile/nerdy.dev
---

In this supper club episode of Syntax, Wes and Scott talk with Adam Argyle about a ton of new CSS features that have arrived or are coming soon, as well as his new site Gradient.style.
Expand Down
2 changes: 1 addition & 1 deletion src/lib/HostsAndGuests.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{#each hosts as host}
<Host
host={{
name: host.name || '',
name: host.name || host.username || '',
github: host.username,
twitter: host.twitter
}}
Expand Down
Loading