From eb2b29cba056000810cd8b90fd4c741a2183a512 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 15 Jun 2020 20:00:52 +0200 Subject: Use relative URL if possible --- layouts/partials/sidebar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/partials/sidebar.html') diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html index 5ce773f..8384905 100644 --- a/layouts/partials/sidebar.html +++ b/layouts/partials/sidebar.html @@ -8,7 +8,7 @@ {{ else }} {{ with .Site.Params.profilePicture }}
- Profile Picture + Profile Picture
{{ end }} {{ end }} @@ -27,7 +27,7 @@ {{ range .Site.Menus.main -}}
  • - {{ .Name }} + {{ .Name }}
  • {{- end }} -- cgit v1.2.1