Skip to content

Commit 3895e4f

Browse files
M-Chancoretl
authored andcommitted
fix line gaps
1 parent 07bceee commit 3895e4f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

template/README.md.jinja

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010
This is where you should write a short paragraph that describes what your module does,
1111
how it does it, and why people should use it.
1212

13-
Source | <{{repo_url}}>
14-
:---: | :---:
15-
{% if pypi %}PyPI | `pip install {{distribution_name}}`{% endif %}
16-
{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
17-
{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>{% endif %}
18-
Releases | <{{repo_url}}/releases>
13+
{% if True %}Source | <{{repo_url}}>
14+
{% endif %}{% if True %}:---: | :---:
15+
{% endif %}{% if pypi %}PyPI | `pip install {{distribution_name}}`
16+
{% endif %}{% if docker %}Docker | `docker run ghcr.io/{{github_org | lower}}/{{repo_name}}:latest`
17+
{% endif %}{% if sphinx %}Documentation | <{{docs_url}}>
18+
{% endif %}Releases | <{{repo_url}}/releases>
1919

2020
This is where you should put some images or code snippets that illustrate
2121
some relevant examples. If it is a library then you might put some

0 commit comments

Comments
 (0)