Allowing more social lists, wrapping within buttons!
parent
737e3a27bc
commit
1171b352c5
@ -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>
|
||||
</a>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
Loading…
Reference in New Issue