diff --git a/templates/index.md.jinja b/templates/index.md.jinja
index f6c316e..ae504a4 100644
--- a/templates/index.md.jinja
+++ b/templates/index.md.jinja
@@ -1,7 +1,7 @@
# Hello there !
I'm Lucàs, a passionate developer from Rodez, France.
-{% if weather_status == 200 %}
Currently, the weather is: **{{ weather.temperature }}**, **{{ weather.description }}**{% endif %}
+
Currently, the weather is: **{{ weather.temperature }}**, **{{ weather.description }}**
### I code with
{% for image in tools -%}
@@ -25,4 +25,4 @@ Last refresh: **{{ today }}**
*inspired by [Thomas Guibert](https://github.com/thmsgbrt)*
-
\ No newline at end of file
+