6 lines
212 B
HTML
6 lines
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>
|