Edit weather emoji, Tools color badge and duplicate tool badges

This commit is contained in:
LucasVbr
2022-06-21 14:14:40 +02:00
parent b10673ccb3
commit 2062f87459
5 changed files with 54 additions and 37 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# Hello there ! {{ imageWithSize(data.info.hi_img) }}
I'm {{ data.info.name }}, a passionate developer from {{ imageWithSize(data.info.france_img) }} **{{ data.info.city }}, France**.
<br>Currently, the weather is: **{{ data.weather.temperature }}°C** :thermometer:, **{{ data.weather.description }}** {% if data.weather.icon == "None" %}{{ data.weather.icon }}{% endif %}
<br>Currently, the weather is: **{{ data.weather.temperature }}°C** :thermometer:, **{{ data.weather.description }}** {% if data.weather.icon != "None" %}{{ data.weather.icon }}{% endif %}
### I code with
{% for img in data.tools -%}