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 24b0ea9 commit e26a4b2Copy full SHA for e26a4b2
src/partials/head-meta.hbs
@@ -1,5 +1,6 @@
1
{{!-- Add additional meta tags here --}}
2
<meta name="antora-ui-version" content="@@antora-ui-version"> {{!-- replaced by the gulp build --}}
3
<meta name="version" content="{{{page.version}}}">
4
+ <meta name="generation" content="{{{page.componentVersion.versionSegment}}}">
5
<meta name="component" content="{{{page.component.name}}}">
6
<meta name="latest-version" content="{{~#if (and page.latest (eq page.url page.latest.url))}}true{{~else}}false{{~/if}}">
0 commit comments