Skip to content
Snippets Groups Projects
Verified Commit bce633ab authored by Gorka Fraga Gonzalez's avatar Gorka Fraga Gonzalez :seedling: Committed by GitLab UZH
Browse files

Update index.qmd

parent 15ec9652
No related branches found
No related tags found
No related merge requests found
Pipeline #407844 passed
......@@ -64,7 +64,7 @@ tbl_joined <- full_join(x=tbl,
# define image paths
pic_folder <- 'https://gitlab.uzh.ch/crsuzh/afford_website/-/tree/master/ORD_index/Images'
pic_fullpath <- file.path(pic_folder,tbl_joined$fname)
pic_relpath <- file.path('..','..','Images',tbl_joined$fname)
pic_relpath <- file.path('..','Images',tbl_joined$fname)
# add paths and HTML code
tbl_joined$pic <- paste0('<a href=\'', pic_fullpath,'\' target=\'_blank\'>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment