Skip to content

Commit 1c2bc3d

Browse files
committed
Fix ORCID icon in instructor view
1 parent f52141a commit 1c2bc3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sandpaper
22
Title: Create and Curate Carpentries Lessons
3-
Version: 0.17.3
3+
Version: 0.17.4.9000
44
Authors@R: c(
55
person(given = "Robert",
66
family = "Davey",

R/build_citation.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ generate_author_names <- function(authors, env, output_html = TRUE) {
176176
name <- paste0(name, " <a href='#aff", affil_num, "'><sup>", affil_num, "</sup></a> ")
177177
}
178178
if (orcid != "") {
179-
name <- paste0(name, " <a href='", orcid, "' target='_blank'><sup><img src='assets/images/orcid_icon.png' height='12' width='12'/></sup></a>")
179+
name <- paste0(name, " <a href='", orcid, "' target='_blank'><sup><img src='/assets/images/orcid_icon.png' height='12' width='12'/></sup></a>")
180180
}
181181
name <- paste0(name, "</span>")
182182
}

0 commit comments

Comments
 (0)