omegamma/layouts/partials/links.html

8 lines
237 B
HTML

{{ range . }}
<div role="button" class="primary">
<a href="{{ .URL | safeURL }}" role="button" title="{{ .Title }}">
<i class="icon-{{ lower .Icon }} icon-as-text" alt="{{ .Icon }}"></i>{{ .Title }}
</a>
</div>
{{ end }}