grim/www.imfreedom.org

Remove a bunch of extra whitespace
default tip
2021-06-23, Gary Kramlich
5c426b25b6f9
Parents 7be1aedc44a4
Children
Remove a bunch of extra whitespace

Testing Done:
Ran locally

Reviewed at https://reviews.imfreedom.org/r/780/
--- a/hugo/themes/imfree/layouts/_default/baseof.html Tue Jun 22 19:35:31 2021 -0500
+++ b/hugo/themes/imfree/layouts/_default/baseof.html Wed Jun 23 00:58:22 2021 -0500
@@ -6,7 +6,7 @@
<body>
<div id="app">
{{ partial "header.html" . }}
-
+
<section>
<div class="content">
<div class="container">
@@ -16,9 +16,9 @@
</div>
</div>
</section>
-
+
{{ partial "footer.html" . }}
</div>
</body>
-</html>
\ No newline at end of file
+</html>
--- a/hugo/themes/imfree/layouts/_default/list.html Tue Jun 22 19:35:31 2021 -0500
+++ b/hugo/themes/imfree/layouts/_default/list.html Wed Jun 23 00:58:22 2021 -0500
@@ -1,6 +1,6 @@
{{ define "main" }}
{{ .Content }}
-
+
{{ if not (eq .Kind "home") }}
<ul>
{{ range .Pages }}
@@ -11,4 +11,4 @@
{{ end }}
</ul>
{{ end }}
-{{ end }}
\ No newline at end of file
+{{ end }}
--- a/hugo/themes/imfree/layouts/partials/header.html Tue Jun 22 19:35:31 2021 -0500
+++ b/hugo/themes/imfree/layouts/partials/header.html Wed Jun 23 00:58:22 2021 -0500
@@ -1,4 +1,3 @@
-
<section class="hero is-primary hero-gradient">
<div class="hero-body">
<div class="container has-text-centered">
@@ -14,7 +13,7 @@
<section id="shortcuts">
<ul>
{{- range sort . "Weight" }}
- <li class="menu-item">
+ <li class="menu-item">
{{ .Pre -}}
<a href="{{ .URL | relLangURL }}">
{{- safeHTML .Name -}}