]> Raphaël G. Git Repositories - airbundle/commitdiff
New header layout
authorRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:16:19 +0000 (15:16 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Thu, 13 Oct 2022 13:16:19 +0000 (15:16 +0200)
Resources/views/location/city.html.twig

index d187053ba6d7b86108e66403572a5357a3500f8a..b237d3965731904ed6bbb0318009d67df2009c63 100644 (file)
@@ -2,15 +2,16 @@
 {% block content %}
        <article id="dashboard">
                <header>
-                       <h2><a href="{{ canonical }}">{{ title }}</a></h2>
-                       <p>{{ description }}</p>
+                       <h2>{{ description }}</h2>
                </header>
                <div class="panel">
                        {% if calendar is defined and calendar %}
                                <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 %}