From 01322efeb2c8b0521d66de459cbe3b9d71e1259e Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 15 Jun 2020 19:52:15 +0200 Subject: Cleanup and Fixes --- layouts/partials/footer.html | 9 ++++----- layouts/partials/sidebar.html | 4 ++-- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'layouts/partials') diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cb0327c..354fbd9 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,14 +1,13 @@ diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 22ecbf5..5ce773f 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -27,7 +27,7 @@ {{ range .Site.Menus.main -}}
  • - {{ .Name }} + {{ .Name }}
  • {{- end }} @@ -35,7 +35,7 @@
    {{ range $item := .Site.Params.socialIcons }} - + {{ end }} -- cgit v1.2.1