We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent facd2aa commit ed376a9Copy full SHA for ed376a9
modules/stanford_events/templates/components/schedule/schedule.html.twig
@@ -34,7 +34,7 @@
34
35
<div {{ region_attributes.info.addClass("su-event-schedule__info") }}>
36
{%- if headline|render_clean is not empty -%}
37
- <h3 class="su-event-schedule__headline">
+ <h4 class="su-event-schedule__headline">
38
{%- if url|render_clean is not empty -%}
39
<a {{ link_attributes }} href="{{ url|render_clean }}">
40
{%- endif -%}
@@ -44,7 +44,7 @@
44
45
</a>
46
47
- </h3>
+ </h4>
48
49
50
{%- if description|render_clean is not empty -%}
0 commit comments