summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
Diffstat (limited to 'html')
-rw-r--r--html/experience/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/experience/default.nix b/html/experience/default.nix
index 8637802..b89396b 100644
--- a/html/experience/default.nix
+++ b/html/experience/default.nix
@@ -19,7 +19,7 @@ in {
(for supervisors (supervisor: with supervisor; href url name))
}" ++ lib.optional (lib.hasAttr "assets" item)
(lib.concatStringsSep " " (for assets
- (asset: with asset; href "#Publications#${id}" "${icon "las la-paperclip"} ${name}"))))))
+ (asset: with asset; href "#${type}#${id}" "${icon "las la-paperclip"} ${name}"))))))
])
(dd description)
]));