diff options
Diffstat (limited to 'html/research/writings.nix')
| -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 = |
