profile-mode buttons: rm unnecesary div

This commit is contained in:
Aditya Telange 2020-09-20 17:05:19 +05:30
parent abea879e68
commit 46a092553a
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -1,7 +1,5 @@
{{ range . -}}
<div class="button">
<a href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
<span class="button-inner">{{ .name }}</span>
</a>
</div>
<a class="button" href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
<span class="button-inner">{{ .name }}</span>
</a>
{{- end -}}