Tags
A list of clickable tags
👁️ PREVIEW
This component is automatically included in other components such as the card and citation. But you can also use it stand-alone to manually list a set of tags that a visitor can filter the page by.
{%
include tags.html
tags="ovarian cancer, dataset, gene expression"
repo="your-lab/some-repo"
link="blog"
%}
Parameter
Description
Default
tags
List of tags to display. Can be a comma-separated string or an array.
repo
GitHub repository to automatically fetch additional "tags" from. Just user/org name and repo name, e.g. greenelab/deep-review
.
link
What page of your site to go to when clicking on a tag. The template will go to this page and search for items that have that tag.
Current page
Last updated