pidgin/nest

Remove extra CRLF from supporters partial.

2019-08-21, Elliott Sales de Andrade
9996e439a48d
Parents f2a64e7fba0e
Children d070f265250b
Remove extra CRLF from supporters partial.
--- a/hugo/layouts/partials/supporters.html Tue Aug 20 16:36:18 2019 -0400
+++ b/hugo/layouts/partials/supporters.html Wed Aug 21 00:33:22 2019 -0400
@@ -1,7 +1,7 @@
-<section class="supporters">
- <b>{{ T "Our-Supporters" }}</b>
- <div>
- {{ range .Site.Data.supporters }}
+<section class="supporters">
+ <b>{{ T "Our-Supporters" }}</b>
+ <div>
+ {{ range .Site.Data.supporters }}
{{ $url := urls.Parse .badge }}
{{ $style := "" }}
{{ if .style }}
@@ -17,5 +17,5 @@
</a>
{{ end }}
{{ end }}
- </div>
-</section>
+ </div>
+</section>