From e3f5162a5ab9a499bbfa596b01d5b85885494d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Krassowski?= <5832902+krassowski@users.noreply.github.com> Date: Wed, 15 May 2024 09:49:06 +0100 Subject: [PATCH] Fix missing line break between the badges and the description (#66) * Fix missing line break between the badges and the description * Update README.md.jinja --- template/README.md.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md.jinja b/template/README.md.jinja index 45624a5..daa0b94 100644 --- a/template/README.md.jinja +++ b/template/README.md.jinja @@ -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 }}`