omegamma/layouts/partials/links.html

8 lines
229 B
HTML

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