From 6207682f46972773f57b5a01cdfa1c3afd70c7eb Mon Sep 17 00:00:00 2001
From: Alexander Bilz <mail@alexbilz.com>
Date: Mon, 18 May 2020 12:34:21 +0000
Subject: [PATCH] Updated Documentation and fixed another CSP issue
---
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 01226b8..cf9d48f 100644
--- a/layouts/partials/sidebar.html
+++ b/layouts/partials/sidebar.html
@@ -1,7 +1,7 @@
<div class="sidebar animated fadeInDown">
<div class="logo-title">
<div class="title">
- <img src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture" style="width:127px;border-radius: 50%;">
+ <img src="{{ .Site.Params.profilePicture | absURL }}" alt="profile picture">
<h3 title=""><a href="/">{{ .Site.Params.Title }}</a></h3>
<div class="description">
<p>{{ .Site.Params.description }}</p>
--
Gitblit v1.10.0