Early Bird Registration for DrupalCon Atlanta is now open! By registering during our Early Bird Registration window, you’ll save $100. This window ends on 19 January 2025 and will go by quickly, so don’t wait!
I am creating custom user (login) pages for my Drupal 9 sites. I have ensured that the files follow the Twig naming conventions and are in the correct folder:
I have created a view which lists teasers from articles on a Blog page with links to the full articles. This has been styled with node--article.html.twig and for the most part this works fine.
However, I want the H2 title visible on the Blog page, but have it hidden when viewing the full article (will use the H1 tag from the normal page title block instead) .
I was able to find some references for this, but these don't appear to be working in D10.