diff --git a/templates/index.html b/templates/index.html
index 9755093..c17bdfc 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -55,10 +55,15 @@
unknown
{% endif %}
-
Sunrise: {{ sunrise.strftime("%H:%M:%S") }} /
+ Bristol Sunrise: {{ sunrise.strftime("%H:%M:%S") }} /
Sunset: {{ sunset.strftime("%H:%M:%S") }}
+ Stock markets
+ {% for market in stock_markets %}
+ {{ market }}
+ {% endfor %}
+
{% for event in events %}
@@ -84,11 +89,6 @@
{% endfor %}
- Stock markets
- {% for market in stock_markets %}
- {{ market }}
- {% endfor %}
-
Space launches
{% for launch in rockets %}