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`.
5 lines
142 B
HTML
5 lines
142 B
HTML
<a href="{{ .url }}" title="{{ .title }}" target="_blank">
|
|
<span class="icon">{{ partial "svg.html" (dict "name" .platform) }}</span>
|
|
</a>
|
|
|