From cbe415c51f3992998498340c1115f6491da7eba4 Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Thu, 9 Jan 2025 14:55:57 -0500 Subject: [PATCH] Don't show homepage URL --- themes/v2/assets/css/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index a53f410..040ce24 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -233,7 +233,7 @@ audio::-webkit-media-controls-panel { display: none; } - a:not(:has(img), [href^="#"])::after { + a:not(:has(img), [href^="#"], [href="/"])::after { content: " (" attr(href) ")"; font-size: 0.8em; }