vitrine/layouts/partials/components/icon.html
2024-06-19 20:45:01 +02:00

9 lines
No EOL
236 B
HTML

<!--
type: string - default: link
text: string (optional)
url: string
-->
<a href="{{ .url }}" rel="{{ .rel }}">
<i class="{{ if .type }} icon-{{ .type }} {{ else }} icon-link {{ end }}"></i>
{{ if .text }} {{ .text }}{{ end }}
</a>