amp-skip-link.html.twig in Thunder 8.2
Same filename and directory in other branches
Theme override of a skip link.
Available variables:
- skiptext: Text for the skip link.
File
themes/thunder_amp/templates/navigation/amp-skip-link.html.twigView source
- {#
- /**
- * @file
- * Theme override of a skip link.
- *
- * Available variables:
- * - skiptext: Text for the skip link.
- */
- #}
- <a href="#main-content" class="visually-hidden focusable amp-skip-link">
- {{ skiptext }}
- </a>