(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,3 +1,4 @@
{{ range . -}}
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer" title="{{ .name | humanize }}" >{{ partial "svg.html" . }}</a>
{{- range . -}}
<a href="{{ .url }}" target="_blank" rel="noopener noreferrer"
title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
{{- end -}}