You are here

content-calendar-jump-links.html.twig in Content Planner 8

<ul id="calendar-jump-links">
  {% for month_number, month_label in months %}
    <li><a href="#{{ year }}-{{ month_number }}">{{ month_label }}</a></li>
  {% endfor %}
</ul>

File

modules/content_calendar/templates/content-calendar-jump-links.html.twig
View source
  1. <ul id="calendar-jump-links">
  2. {% for month_number, month_label in months %}
  3. <li><a href="#{{ year }}-{{ month_number }}">{{ month_label }}</a></li>
  4. {% endfor %}
  5. </ul>