Social links block.
Renders card-style social media links with platform icons.
Assigns
:links — list of {name, url} tuples (required)
Examples
<%= @block.(:social_links, links: [{"GitHub", "https://github.com/me"}, {"Twitter", "https://twitter.com/me"}]) %>