mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Update index.md.jinja
Hide weather icon when it's None value
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# Hello there ! {{ imageWithSize(data.info.hi_img) }}
|
# 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**.
|
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 }}** {{ data.weather.icon }}
|
<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
|
### I code with
|
||||||
{% for img in data.tools -%}
|
{% for img in data.tools -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user