mirror of
https://github.com/Wonderfall/hugo-WonderMod.git
synced 2024-11-22 10:31:39 +01:00
profile-mode buttons: rm unnecesary div
This commit is contained in:
parent
abea879e68
commit
46a092553a
@ -1,7 +1,5 @@
|
|||||||
{{ range . -}}
|
{{ range . -}}
|
||||||
<div class="button">
|
<a class="button" href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
|
||||||
<a href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
|
|
||||||
<span class="button-inner">{{ .name }}</span>
|
<span class="button-inner">{{ .name }}</span>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
|
||||||
{{- end -}}
|
{{- end -}}
|
Loading…
Reference in New Issue
Block a user