pidgin/nest

Remove remaining CRLF from footline.

2019-08-20, Elliott Sales de Andrade
711255d61281
Parents e336d00fb674
Children 481c70731b36
Remove remaining CRLF from footline.
--- a/hugo/layouts/partials/footline.html Tue Aug 20 00:42:32 2019 -0400
+++ b/hugo/layouts/partials/footline.html Tue Aug 20 00:48:34 2019 -0400
@@ -1,5 +1,5 @@
-<footer id="footline">
- <div>
+<footer id="footline">
+ <div>
<ul class="footline-columns">
<li>
&copy; Pidgin
@@ -30,8 +30,8 @@
{{ end }}
</li>
</ul>
- </div>
-
+ </div>
+
{{ with .Site.Menus.shortcuts }}
<ul class="footline-columns">
{{ range sort . "Weight" }}
@@ -44,5 +44,5 @@
</ul>
{{ end }}
- {{ partial "supporters.html" . }}
-</footer>
+ {{ partial "supporters.html" . }}
+</footer>