From a83bcfa480e0c4b8035d2f2506fa5b01dac80e4a Mon Sep 17 00:00:00 2001 From: Krzyhau Date: Mon, 15 Jan 2024 00:57:16 +0100 Subject: [PATCH] fix logo path --- docs/_includes/extra/styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/extra/styles.scss b/docs/_includes/extra/styles.scss index 6e66b74..d5e646e 100644 --- a/docs/_includes/extra/styles.scss +++ b/docs/_includes/extra/styles.scss @@ -31,7 +31,7 @@ h1, h2, h3{ .title a, .title a:hover{ color:transparent; - background: url("/assets//images/logo.png"); + background: url("/assets/images/logo.png"); background-size:contain; background-repeat: no-repeat; background-position: center;