From fb741f3e6f16540becfcf2ffd26f5cbd14ea0c46 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 4 Jun 2022 20:55:47 -0700 Subject: [PATCH] Exclude webmentions from printouts --- assets/css/print.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/print.css b/assets/css/print.css index 12f74f4..4875f34 100644 --- a/assets/css/print.css +++ b/assets/css/print.css @@ -13,6 +13,7 @@ * Outside an article it's used in my webring list where it has some * use, see below. */ article summary, + section[aria-labelledby="webmentions"], /* Currently only used for in-page heading anchors, * useless in printouts. */ h2 + a,