diff --git a/themes/intotheeast/templates/partials/entry-journal.html.twig b/themes/intotheeast/templates/partials/entry-journal.html.twig
index 3c4dc78..17de19e 100644
--- a/themes/intotheeast/templates/partials/entry-journal.html.twig
+++ b/themes/intotheeast/templates/partials/entry-journal.html.twig
@@ -1,7 +1,12 @@
{% set weather_icons = {
- 'Sunny': '☀️', 'Partly cloudy': '⛅', 'Cloudy': '☁️',
- 'Foggy': '🌫️', 'Drizzle': '🌦️', 'Rain': '🌧️',
- 'Snow': '❄️', 'Thunderstorm': '⛈️'
+ 'Sunny': '',
+ 'Partly cloudy': '',
+ 'Cloudy': '',
+ 'Foggy': '',
+ 'Drizzle': '',
+ 'Rain': '',
+ 'Snow': '',
+ 'Thunderstorm': ''
} %}