From d8b76c21995803a9cd631ac26055b3ea9ad5c3ad Mon Sep 17 00:00:00 2001 From: LucasVbr Date: Thu, 19 May 2022 23:25:11 +0200 Subject: [PATCH] Edit badges.md.jinja --- README.md | 4 +--- templates/sections/badges.md.jinja | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3e085f3..4c11c3a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ -Profile Views -FreeCodeCamp Points - +Profile Views FreeCodeCamp Points - 🔭 I'm currently working on a new version of my portfolio diff --git a/templates/sections/badges.md.jinja b/templates/sections/badges.md.jinja index c8e8b2b..e258868 100644 --- a/templates/sections/badges.md.jinja +++ b/templates/sections/badges.md.jinja @@ -1,3 +1,3 @@ {% for badge in data.badges -%} {{ img(badge.src, badge.alt) + " " }} -{% endfor %} \ No newline at end of file +{%- endfor %} \ No newline at end of file