From 43c810c3e20bcf04e17a3e26a4ceacd9dfd9f22a Mon Sep 17 00:00:00 2001 From: Jannik Arndt Date: Tue, 15 Feb 2022 15:31:21 +0100 Subject: [PATCH 1/2] Remove duplicate call to hugo.Generator (#786) --- layouts/partials/head.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 2fabbe6..0d3fa72 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -104,9 +104,6 @@ -{{- /* Generator */}} -{{ hugo.Generator }} - {{- /* RSS */}} {{ range .AlternativeOutputFormats -}} From 8b550da897e8b8a5a289723a876dacb303f008c0 Mon Sep 17 00:00:00 2001 From: Daniil Krymov <1140778+geeqla@users.noreply.github.com> Date: Sat, 19 Feb 2022 20:49:21 +0100 Subject: [PATCH 2/2] Remove border around profile image --- assets/css/common/profile-mode.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/css/common/profile-mode.css b/assets/css/common/profile-mode.css index 9438760..a0d81f9 100644 --- a/assets/css/common/profile-mode.css +++ b/assets/css/common/profile-mode.css @@ -27,7 +27,6 @@ display: inline-table; border-radius: 50%; pointer-events: none; - border: 3px #ffffff solid } .buttons {