Markup and variable cleanup for titles and attributes in all templates

Created on 27 May 2013, about 11 years ago
Updated 21 February 2023, over 1 year ago

In the node template, we want the node title to be output as follows:

  {{ title.prefix }}
  {% if not page %}
    <h2{{ title.attributes }}><a href="{{ url }}" rel="bookmark">{{ title.label }}</a></h2>
  {% endif %}
  {{ title.suffix }}

But changing the title prefix and suffix should be done globally, and will affect many other templates as well, thus this separate issue.

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇺🇸United States jenlampton

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.69.0 2024