diff --git a/source/_patterns/03-layouts/ofis/ofis.twig b/source/_patterns/03-layouts/ofis/ofis.twig index b9400071104a0267cf7c54dee04c92234348287c..5581019fbf392b60f2013dcdd2c390af167f237a 100644 --- a/source/_patterns/03-layouts/ofis/ofis.twig +++ b/source/_patterns/03-layouts/ofis/ofis.twig @@ -61,13 +61,13 @@ </ul> {% endif %} {% if ofis_data.courses %} - <h2>Courses*</h2> + <h2>Courses<a href="#disclaimer" id="courses" aria-label="note">*</a></h2> <ul> {% for course in ofis_data.courses %} <li>{{ course.subject }} {{ course.num }} - {{ course.title | raw }}</li> {% endfor %} </ul> - <small>* Only courses taught in the past 5 years are displayed.</small> + <p id="disclaimer"><small><a href="#courses" aria-label="back">*</a> Only courses taught in the past 5 years are displayed.</small></p> {% endif %} {% if ofis_data.contribution %} <h2>Selected/recent publications</h2>