LoveIt/layouts/partials/function/icon-link.html

4 lines
163 B
HTML
Raw Normal View History

2020-02-19 11:55:40 +01:00
<a href="{{ index . `href` | safeURL }}" rel="me noopener noreffer" target="_blank" title="{{ index . `title` }}">
{{- partial "function/icon.html" . -}}
</a>