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 9bdcddd commit f014876Copy full SHA for f014876
src/partials/head-meta.hbs
@@ -78,11 +78,13 @@
78
<meta name="docsearch:edition" content="{{page.attributes.edition}}">
79
<meta name="docsearch:page_rank" content="{{page.attributes.rank}}">
80
81
-
82
{{#with page.attributes.meta-zd-site-verification}}
83
<meta name="zd-site-verification" content="{{this}}">
84
{{/with}}
85
{{/if}}
86
<meta name="generator" content="Antora {{antoraVersion}}">
87
<link rel="icon" href="{{{uiRootPath}}}/img/favicon.svg" type="image/svg+xml">
88
<link rel="icon" href="{{{uiRootPath}}}/img/favicon.ico" type="image/x-icon" sizes="any">
+{{#with page.attributes.markdown-alt}}
89
+<link rel="alternate" type="text/markdown" href="{{.}}">
90
+{{/with}}
0 commit comments