Skip to content

Commit

Permalink
Fix missing line break between the badges and the description (#66)
Browse files Browse the repository at this point in the history
* Fix missing line break between the badges and the description

* Update README.md.jinja
  • Loading branch information
krassowski committed May 15, 2024
1 parent 13fa98a commit e3f5162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/README.md.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% if has_binder -%}
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/{{ repository|replace("https://github.com/", "") }}/main?urlpath=lab)

{%- endif %}
{% endif %}
{{ project_short_description }}
{% if kind.lower() == 'server' %}
This extension is composed of a Python package named `{{ python_name }}`
Expand Down

0 comments on commit e3f5162

Please sign in to comment.