summaryrefslogtreecommitdiff
path: root/src/templates/index.html
diff options
context:
space:
mode:
authoruser@node5.net <user@node5.net>2025-07-16 20:35:49 +0200
committeruser@node5.net <user@node5.net>2025-07-16 20:35:49 +0200
commite0ec6e81c232c782220934c12719ecdfe49f236f (patch)
tree7c767e3eab1f30b349a696478a1bba83505d2535 /src/templates/index.html
parent6e70a2b301f3e22951aeb68e8323b7af67772555 (diff)
Spacing, show days as line, 2025 theming
Diffstat (limited to 'src/templates/index.html')
-rw-r--r--src/templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index e4b0aff..8d39bba 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -6,7 +6,7 @@
<img src="title_headline.png">
- <pre class="content" id="program">{% for event in parts.program %}{% if loop.previtem and loop.previtem.day != event.day %}<br>{% endif %}<div style="position: relative"><div style="display: inline-block; background: #006688; height: 1.2em; width: {{event.progress}}%; position: absolute; left: 0"></div><div style="position: absolute; top: 0px; left: 0px;">{{event.title}} <span class="grey">{{event.day}}</span> {{ event.time}} {{ event.icon }}</div></div><br>{% endfor %}</pre>
+ <pre class="content" id="program">{% for event in parts.program %}{% if loop.previtem and loop.previtem.day != event.day %}<br>{{ event.day }}<hr style="margin-bottom: 1em">{% endif %}<div style="position: relative"><div style="display: inline-block; background: #006688; height: 1.2em; width: {{event.progress}}%; position: absolute; left: 0"></div><div style="position: absolute; top: 0px; left: 0px;">{{event.title}} {{ event.time}} {{ event.icon }}</div></div><br style="margin-bottom: 0.25em">{% endfor %}</pre>
{#
<img src="news_headline.png">