Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dataCobra/hugo-vitae.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordataCobra <datacobra@thinkbot.de>2021-03-06 16:33:17 +0300
committerdataCobra <datacobra@thinkbot.de>2021-03-06 16:33:17 +0300
commitfb94b7456e5e41f3bcea1aaf5094fa9c99fc6409 (patch)
treea60fed5cf864c7cb1c4851cad2b0a5cb8aa0f364
parentb699b784e2d3e468763f270db5c68f65f1e0f51d (diff)
Fix whitespace from footer
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/partials/footer.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index c008334..a7aa568 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -6,6 +6,6 @@
<main>
{{- block "main" . }}{{- end }}
</main>
-{{ partial "footer.html" . -}}
+{{- partial "footer.html" . }}
</body>
</html>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 4144b85..dbb49c7 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -9,5 +9,5 @@
{{- if not .Site.IsServer }}
{{- template "_internal/google_analytics_async.html" . }}
{{- end }}
-{{- end }}
+{{- end -}}