Skip to content

Commit

Permalink
Merge pull request nf-core#2485 from ewels/sig-add-blogpost-link
Browse files Browse the repository at this point in the history
SIG index page - add link to announcement blog post.
  • Loading branch information
ewels authored May 2, 2024
2 parents cd848f7 + be8c065 commit a87a1f8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/pages/special-interest-groups/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ groups = groups

<ListingLayout
title="Special Interest Groups"
description="nf-core Special Interest Groups are groups of community members who are interested in a particular aspect of nf-core, such as pipelines, tools, or community engagement."
description=`
nf-core Special Interest Groups are groups of community members who are interested
in a particular aspect of nf-core, such as pipelines, tools, or community engagement.
</p><p>
<i class="fa-solid fa-circle-info me-2"></i>
To find out more about Special Interest Groups, read the <a href='/blog/2024/special_interest_groups'>announcement blog post</a>.
`
specialInterestGroups={groups}
displayStyle={[
{ name: 'grid', icon: 'fa-regular fa-grid-2' },
Expand Down

0 comments on commit a87a1f8

Please sign in to comment.