1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-03-13 11:18:15 +01:00
LoveIt/layouts/partials/function/icon-link.html

4 lines
163 B
HTML
Raw Normal View History

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