From 1e3eb516a337d27b499fd6e6f40f32f2d8b9850c Mon Sep 17 00:00:00 2001 From: mashehu Date: Wed, 26 Apr 2023 12:57:20 +0200 Subject: [PATCH 1/2] add mastodon badge to readme --- nf_core/pipeline-template/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/nf_core/pipeline-template/README.md b/nf_core/pipeline-template/README.md index 1bb2cba4f1..9fd06ef618 100644 --- a/nf_core/pipeline-template/README.md +++ b/nf_core/pipeline-template/README.md @@ -19,6 +19,7 @@ {% endif -%} {%- if branded -%}[![Get help on Slack](http://img.shields.io/badge/slack-nf--core%20%23{{ short_name }}-4A154B?labelColor=000000&logo=slack)](https://nfcore.slack.com/channels/{{ short_name }}){% endif -%} {%- if branded -%}[![Follow on Twitter](http://img.shields.io/badge/twitter-%40nf__core-1DA1F2?labelColor=000000&logo=twitter)](https://twitter.com/nf_core){% endif -%} +{%- if branded -%}[![Follow on Mastodon](https://img.shields.io/mastodon/follow/109319623366889253?domain=https%3A%2F%2Fmstdn.science)](https://mstdn.science/@nf_core){% endif -%} {%- if branded -%}[![Watch on YouTube](http://img.shields.io/badge/youtube-nf--core-FF0000?labelColor=000000&logo=youtube)](https://www.youtube.com/c/nf-core) {% endif -%} From d4e2acf1f31a1a6b8d418a6b8a0f6d0d1712ac5c Mon Sep 17 00:00:00 2001 From: mashehu Date: Wed, 26 Apr 2023 13:15:22 +0200 Subject: [PATCH 2/2] use same badge style as the rest --- nf_core/pipeline-template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipeline-template/README.md b/nf_core/pipeline-template/README.md index 9fd06ef618..e2ca15a8e6 100644 --- a/nf_core/pipeline-template/README.md +++ b/nf_core/pipeline-template/README.md @@ -19,7 +19,7 @@ {% endif -%} {%- if branded -%}[![Get help on Slack](http://img.shields.io/badge/slack-nf--core%20%23{{ short_name }}-4A154B?labelColor=000000&logo=slack)](https://nfcore.slack.com/channels/{{ short_name }}){% endif -%} {%- if branded -%}[![Follow on Twitter](http://img.shields.io/badge/twitter-%40nf__core-1DA1F2?labelColor=000000&logo=twitter)](https://twitter.com/nf_core){% endif -%} -{%- if branded -%}[![Follow on Mastodon](https://img.shields.io/mastodon/follow/109319623366889253?domain=https%3A%2F%2Fmstdn.science)](https://mstdn.science/@nf_core){% endif -%} +{%- if branded -%}[![Follow on Mastodon](https://img.shields.io/badge/mastodon-nf__core-6364ff?labelColor=FFFFFF&logo=mastodon)](https://mstdn.science/@nf_core){% endif -%} {%- if branded -%}[![Watch on YouTube](http://img.shields.io/badge/youtube-nf--core-FF0000?labelColor=000000&logo=youtube)](https://www.youtube.com/c/nf-core) {% endif -%}