pidgin/nest

Remove trailing whitespace

2022-04-27, Sorvival
c51679607571
Parents 048e34a05831
Children 1e71693b874a
Remove trailing whitespace
--- a/hugo/layouts/404.html Wed Apr 27 22:09:26 2022 -0500
+++ b/hugo/layouts/404.html Wed Apr 27 22:09:27 2022 -0500
@@ -4,7 +4,7 @@
<meta charset="utf-8">
{{ partial "meta.html" . }}
{{ partial "favicon.html" . }}
-
+
{{ .Scratch.Add "title" "" }}
{{ if eq .Site.Data.titles .Title }}
{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}
@@ -30,10 +30,10 @@
:root #header+#content>#left>#rlblock_left {
display: none !important;
}
-
+
p, li, ul { text-align: center
}
-
+
ul {
list-style-type: none;
}
@@ -50,19 +50,19 @@
<h1>
{{ T "title-404" }}
</h1>
-
+
<p></p>
-
+
<p>
{{ T "message-404" }}
</p>
-
+
<p></p>
-
+
<p>
<a href='{{ "" | relLangURL }}'>{{ T "Go-to-homepage" }}</a>
</p>
-
+
<p>
<img src='{{ "/images/gopher-404.jpg" | relURL }}' style="width:50%" alt="Page not found!" />
</p>
--- a/hugo/layouts/index.html Wed Apr 27 22:09:26 2022 -0500
+++ b/hugo/layouts/index.html Wed Apr 27 22:09:27 2022 -0500
@@ -5,9 +5,9 @@
</a>
</span>
-{{ if .Site.Home.Content }}
- {{ .Site.Home.Content }}
-{{ else }}
+{{ if .Site.Home.Content }}
+ {{ .Site.Home.Content }}
+{{ else }}
{{ if eq .Site.Language.Lang "fr" }}
<h1>Personaliser la page d'accueil</h1>
@@ -22,7 +22,7 @@
</ul>
{{ else }}
<h1>Customize your own home page</h1>
-
+
<p>
The site is working. Don't forget to customize this homepage with your own. You typically have 3 choices :
</p>
@@ -33,6 +33,6 @@
<li><b>3. </b> Configure your server to automatically redirect home page to one your documentation page</li>
</ul>
{{ end }}
-{{ end }}
+{{ end }}
{{ partial "footline.html" . }}
{{ partial "footer.html" . }}
--- a/hugo/layouts/partials/menu.html Wed Apr 27 22:09:26 2022 -0500
+++ b/hugo/layouts/partials/menu.html Wed Apr 27 22:09:27 2022 -0500
@@ -128,7 +128,7 @@
{{ end }}
{{ end }}
</ul>
- {{ end }}
+ {{ end }}
</li>
{{ else }}
{{ if not .Params.Hidden }}
--- a/hugo/layouts/shortcodes/children.html Wed Apr 27 22:09:26 2022 -0500
+++ b/hugo/layouts/shortcodes/children.html Wed Apr 27 22:09:27 2022 -0500
@@ -31,7 +31,7 @@
{{ define "childs" }}
{{ range .menu }}
- {{ if and .Params.hidden (not $.showhidden) }}
+ {{ if and .Params.hidden (not $.showhidden) }}
{{ else }}
{{ if hasPrefix $.style "h" }}
{{ $num := sub ( int (trim $.style "h") ) 1 }}
@@ -85,4 +85,4 @@
{{ end }}
{{ end }}
{{ end }}
-{{ end }}
\ No newline at end of file
+{{ end }}
--- a/hugo/static/js/learn.js Wed Apr 27 22:09:26 2022 -0500
+++ b/hugo/static/js/learn.js Wed Apr 27 22:09:27 2022 -0500
@@ -234,7 +234,7 @@
e.stopPropagation();
}
});
-
+
jQuery(document).keydown(function(e) {
// prev links - left arrow key
if(e.which == '37') {
@@ -269,7 +269,7 @@
});
}
- /**
+ /**
* Fix anchor scrolling that hides behind top nav bar
* Courtesy of https://stackoverflow.com/a/13067009/28106
*
@@ -351,7 +351,7 @@
$(document).ready($.proxy(anchorScrolls, 'init'));
})(window.document, window.history, window.location);
-
+
});
jQuery(window).on('load', function() {