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 f9c99e5 commit a6ea738Copy full SHA for a6ea738
src/partials/head-info.hbs
@@ -10,11 +10,11 @@
10
{{/with}}
11
{{/unless}}
12
{{#with page.description}}
13
- <meta name="description" content="{{this}}">
+ <meta name="description" content="{{{detag this}}}">
14
15
{{#with page.keywords}}
16
- <meta name="keywords" content="{{this}}">
+ <meta name="keywords" content="{{{this}}}">
17
18
{{#with (or antoraVersion site.antoraVersion)}}
19
- <meta name="generator" content="Antora {{this}}">
+ <meta name="generator" content="Antora {{{this}}}">
20
0 commit comments