diff options
| author | aristote <quentin.aristote@irif.fr> | 2025-12-31 12:56:08 +0100 |
|---|---|---|
| committer | aristote <quentin.aristote@irif.fr> | 2025-12-31 12:56:08 +0100 |
| commit | c8e75c6579a499280085457a10dc1ef15ef8a6b8 (patch) | |
| tree | 21af1bccb66095b2b13140da41c2a4e0a96f9094 /src/experience | |
| parent | 84545ccfb25ecae35eaf89ff8d00feef469e869a (diff) | |
| parent | c9d07024266f13fcb91a1923c81e43bca240f773 (diff) | |
Merge branch 'pocococop'
Diffstat (limited to 'src/experience')
| -rw-r--r-- | src/experience/default.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/experience/default.nix b/src/experience/default.nix index cf025bb..288dd37 100644 --- a/src/experience/default.nix +++ b/src/experience/default.nix @@ -9,7 +9,6 @@ let in { title = "Experience"; - priority = 0; content = with latex; for (sort.reverse.byFun (x: with x.date.start; day + 100 * month + 10000 * year) experience) ( @@ -20,7 +19,7 @@ in institution.location ( if item ? supervisors then - "supervised by " + "with " + lib.concatStringsSep " \\& " (for supervisors (supervisor: with supervisor; href url name)) else "" |
