]> Raphaël G. Git Repositories - airbundle/commitdiff
Add header around h3
authorRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:26:01 +0000 (23:26 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Wed, 31 Jan 2024 22:26:01 +0000 (23:26 +0100)
Resources/views/session/index.html.twig

index 59fc9e625b2dd18dde64b807eb2e9a1c527c79b5..62cc1c5374729f6d4304a4062b027fa877220a3e 100644 (file)
@@ -9,7 +9,9 @@
                                <div class="grid calendar seven">
                                        {% for date, day in calendar %}
                                                <section class="{{ day.class|join(' ') }}">
-                                                       <h3>{{ day.title }}</h3>
+                                                       <header>
+                                                               <h3>{{ day.title }}</h3>
+                                                       </header>
                                                        {% if day.sessions is not empty %}
                                                                <ul>
                                                                        {% for session in day.sessions %}