kobel/layouts/partials/components/icon.html
2024-01-06 20:44:35 +01:00

6 lines
No EOL
212 B
HTML

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