You are here

amp-skip-link.html.twig in Thunder 8.3

Same filename and directory in other branches
  1. 8.2 themes/thunder_amp/templates/navigation/amp-skip-link.html.twig

Theme override of a skip link.

Available variables:

  • skiptext: Text for the skip link.

File

themes/thunder_amp/templates/navigation/amp-skip-link.html.twig
View source
  1. {#
  2. /**
  3. * @file
  4. * Theme override of a skip link.
  5. *
  6. * Available variables:
  7. * - skiptext: Text for the skip link.
  8. */
  9. #}
  10. <a href="#main-content" class="visually-hidden focusable amp-skip-link">
  11. {{ skiptext }}
  12. </a>