File tree 2 files changed +10
-8
lines changed
nf_core/pipeline-template
2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- <h1 ><picture >
2
- <source media =" (prefers-color-scheme: dark) " srcset =" docs/images/nfcore-tools_logo_dark.png " >
3
- <img alt =" nf-core/tools " src =" docs/images/nfcore-tools_logo_light.png " >
4
- </picture ></h1 ><!-- omit in toc -->
1
+ <h1 >
2
+ <picture >
3
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/nfcore-tools_logo_dark.png">
4
+ <img alt="nf-core/tools" src="docs/images/nfcore-tools_logo_light.png">
5
+ </picture >
6
+ </h1 ><!-- omit in toc -->
5
7
6
8
[ ![ Python tests] ( https://github.com/nf-core/tools/workflows/Python%20tests/badge.svg?branch=master&event=push )] ( https://github.com/nf-core/tools/actions?query=workflow%3A%22Python+tests%22+branch%3Amaster )
7
9
[ ![ codecov] ( https://codecov.io/gh/nf-core/tools/branch/master/graph/badge.svg )] ( https://codecov.io/gh/nf-core/tools )
Original file line number Diff line number Diff line change 1
1
{% if branded -%}
2
2
3
3
<h1 >
4
- <picture >
5
- <source media =" (prefers-color-scheme: dark) " srcset =" docs/images/{{ logo_dark }} " >
6
- <img alt =" {{ name }} " src =" docs/images/{{ logo_light }} " >
7
- </picture >
4
+ <picture >
5
+ <source media="(prefers-color-scheme: dark)" srcset="docs/images/{{ logo_dark }}">
6
+ <img alt="{{ name }}" src="docs/images/{{ logo_light }}">
7
+ </picture >
8
8
</h1 >
9
9
{% endif -%}
10
10
{% if github_badges -%}
You can’t perform that action at this time.
0 commit comments