Edit badges.md.jinja

This commit is contained in:
LucasVbr
2022-05-19 23:25:11 +02:00
parent 641656cfa7
commit d8b76c2199
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -6,9 +6,7 @@
</div>
<!-- Badges -->
<img src="https://komarev.com/ghpvc/?username=lucasvbr&amp;label=Profile%20views&amp;color=0e75b6&amp;style=flat" alt="Profile Views" />
<img src="https://img.shields.io/freecodecamp/points/lucasvbr?label=FreeCodeCamp%20points" alt="FreeCodeCamp Points" />
<img src="https://komarev.com/ghpvc/?username=lucasvbr&amp;label=Profile%20views&amp;color=0e75b6&amp;style=flat" alt="Profile Views" /> <img src="https://img.shields.io/freecodecamp/points/lucasvbr?label=FreeCodeCamp%20points" alt="FreeCodeCamp Points" />
<!-- About -->
- 🔭 I'm currently working on <a href="https://github.com/LucasVbr/Portfolio">a new version of my portfolio</a>
+1 -1
View File
@@ -1,3 +1,3 @@
{% for badge in data.badges -%}
{{ img(badge.src, badge.alt) + " " }}
{% endfor %}
{%- endfor %}