Files
website/layouts/partials/share-platform-generic.html
T
Andrew Stryker 421ec655e9 Move from "social" to "share"
The theme uses `.Site.Params.social` for Twitter Cards and possible other
things. To avoid the name clash, this change places configuration under
`.Site.Params.share` and `xparams.share`.
2025-03-10 21:36:21 -07:00

5 lines
142 B
HTML

<a href="{{ .url }}" title="{{ .title }}" target="_blank">
<span class="icon">{{ partial "svg.html" (dict "name" .platform) }}</span>
</a>