(lint) remove unnecessary whitespace

created by hugo's {{ }}
This commit is contained in:
Aditya Telange 2020-09-23 12:52:32 +05:30
parent 2cb5c9dad5
commit 016dd6e9fa
No known key found for this signature in database
GPG key ID: 82E844EF3DA99E77
14 changed files with 118 additions and 116 deletions

View file

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