Skip to content

Meta Generator Shortcode #2293

@zachleat

Description

@zachleat

As we move toward making the Leaderboards opt-in via <meta name="generator"> to solve the issue of folks changing their tech stack to another generator (and tanking their scores 😅), we should provide a shortcode to easily automate this.

Name TBD, but here’s how it might work:

<!-- Not real code yet, so don’t use this -->
{% metaGenerator %}
<meta name="generator" content="Eleventy v2.0.0">

or:

<!-- Not real code yet, so don’t use this -->
<meta name="generator" content="{% eleventy.version %}">
<meta name="generator" content="Eleventy v2.0.0">

https://www.11ty.dev/speedlify/

Features:

  • Should strip off canary release suffixes

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions