Skip to content

Commit c9559e4

Browse files
committed
fix indentation
1 parent 06dc2f5 commit c9559e4

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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 -->
57

68
[![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)
79
[![codecov](https://codecov.io/gh/nf-core/tools/branch/master/graph/badge.svg)](https://codecov.io/gh/nf-core/tools)

nf_core/pipeline-template/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{% if branded -%}
22

33
<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>
88
</h1>
99
{% endif -%}
1010
{% if github_badges -%}

0 commit comments

Comments
 (0)