Allowing more social lists, wrapping within buttons!

This commit is contained in:
Adsooi 2021-08-02 23:53:47 +02:00
parent 737e3a27bc
commit 1171b352c5
No known key found for this signature in database
GPG key ID: 9C87C7D3A69E6BBE
8 changed files with 30 additions and 17 deletions

View file

@ -1,7 +1,7 @@
{{ range . }}
<div>
<a href="{{ .URL | safeURL }}" role="button" class="primary" title="{{ .Title }}">
<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>&nbsp;
</a>
</div>
{{ end }}