From 1f26a923fd7e3ddd8288cfe6e1678e6efcfcf596 Mon Sep 17 00:00:00 2001 From: aristote Date: Fri, 17 Apr 2026 09:31:29 +0200 Subject: research: bolden entry notes --- html/research/writings.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html') diff --git a/html/research/writings.nix b/html/research/writings.nix index 727cf11..ad74d2f 100644 --- a/html/research/writings.nix +++ b/html/research/writings.nix @@ -42,7 +42,7 @@ let } ) // lib.optionalAttrs (publication ? note) { - note = publication.note; + note = html.strong publication.note; } // lib.optionalAttrs (publication ? container-title) { published = -- cgit v1.2.3