diff options
| author | aristote <quentin.aristote@irif.fr> | 2026-04-17 09:31:29 +0200 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2026-04-17 09:31:29 +0200 |
| commit | 1f26a923fd7e3ddd8288cfe6e1678e6efcfcf596 (patch) | |
| tree | 1f8f2ecc0f7b4d6f483d24c8bcf5369ddf3ea325 /html | |
| parent | 96b0b75de6dec370c7b151590704aefee33b1980 (diff) | |
| download | webpage-1f26a923fd7e3ddd8288cfe6e1678e6efcfcf596.tar.gz webpage-1f26a923fd7e3ddd8288cfe6e1678e6efcfcf596.tar.bz2 webpage-1f26a923fd7e3ddd8288cfe6e1678e6efcfcf596.tar.xz | |
Diffstat (limited to 'html')
| -rw-r--r-- | html/research/writings.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 = |
