Skip to content

Commit

Permalink
add rstudio
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena authored Sep 26, 2024
1 parent b90920d commit db87d81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _plugins/jekyll-jsonld.rb
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,11 @@ def generate_material_jsonld(material, topic, site)
url: url,
name: "Quarto/RMarkdown Notebook"
})
mentions.push({
'@type': 'Thing',
url: "https://bio.tools/tool/rstudio",
name: "RStudio"
})
end
end

Expand Down

0 comments on commit db87d81

Please sign in to comment.