We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f63ed commit 2cb456fCopy full SHA for 2cb456f
src/partials/head-meta.hbs
@@ -1,3 +1,4 @@
1
{{!-- Add additional meta tags here --}}
2
<meta name="version" content="{{{page.version}}}">
3
<meta name="component" content="{{{page.component.name}}}">
4
+ <meta name="latest-version" content="{{~#if (and page.latest (eq page.url page.latest.url))}}true{{~else}}false{{~/if}}">
0 commit comments