From 3e9a2063bd00e55399f65b82180cdf9dfb91338e Mon Sep 17 00:00:00 2001
From: Sam Wedgwood <28223854+swedgwood@users.noreply.github.com>
Date: Mon, 29 Mar 2021 20:24:57 +0000
Subject: [PATCH] Changed absolute URLs to relative (#168)

---
 layouts/partials/sidebar.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/layouts/partials/sidebar.html b/layouts/partials/sidebar.html
index 3fe3131..3d2ec02 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,7 +1,7 @@
 <div class="sidebar{{ with .Site.Params.doNotLoadAnimations }} . {{ else }} animated fadeInDown {{ end }}">
     <div class="logo-title">
         <div class="title">
-            <img src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture">
+            <img src="{{ .Site.Params.profilePicture | relURL }}" alt="profile picture">
             <h3 title=""><a href="/">{{ .Site.Params.Title }}</a></h3>
             <div class="description">
                 <p>{{ replace .Site.Params.description "\n" "<br>" | safeHTML }}</p>

--
Gitblit v1.10.0