mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-13 17:11:52 +00:00
Add Emoji to Meteo
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
# 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**, **{{ data.weather.description }}**
|
||||
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 }}
|
||||
|
||||
### I code with
|
||||
{% for img in data.tools -%}
|
||||
@@ -18,7 +18,7 @@ I'm {{ data.info.name }}, a passionate developer from {{ imageWithSize(data.info
|
||||
|
||||
<div align="center">
|
||||
|
||||
This README is generated every 3 hours.<br>
|
||||
This **README** is generated **every 3 hours**.<br>
|
||||
Last refresh: **{{ data.today }}** ({{ data.info.timezone }})<br>
|
||||
{% for img in data.footer_badges -%}
|
||||
{{ image(img) }}
|
||||
|
||||
Reference in New Issue
Block a user