9 lines
No EOL
236 B
HTML
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> |