-
-
Notifications
You must be signed in to change notification settings - Fork 542
Closed
Description
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
zachleat, jeromecoupe, chriskirknielsen, coelmay, AleksandrHovhannisyan and 1 more