summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/icon.html
blob: a61fac1ec676242bcdfc32e4fbbbdc79bc880f3c (plain)
1
2
3
4
<a href="{{ .Get "link" }}" target="_blank" rel="noopener noreferrer">
    <img src="{{ .Get "src" }}" alt="{{ .Get "alt" }}" style="width: 30px; height: 30px; font-size: 0; box-shadow: none; display: inline; " />
</a>