2021-07-16 22:36:59 +00:00
|
|
|
{{ range . }}
|
2021-08-02 21:53:47 +00:00
|
|
|
<div role="button" class="primary">
|
2021-08-10 20:58:31 +00:00
|
|
|
<a href="{{ .URL | safeURL }}" role="button" title="{{ .Title }}" rel="{{ if .NewTab }}nofollow {{ end }}noreferrer" {{ if .NewTab }}target="_blank"{{ end }}>
|
2021-07-16 22:36:59 +00:00
|
|
|
<i class="icon-{{ lower .Icon }} icon-as-text" alt="{{ .Icon }}"></i>{{ .Title }}
|
2021-08-02 21:53:47 +00:00
|
|
|
</a>
|
2021-07-16 22:36:59 +00:00
|
|
|
</div>
|
|
|
|
{{ end }}
|