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 9f47427 commit 20ecce9Copy full SHA for 20ecce9
src/partials/head-meta.hbs
@@ -64,10 +64,10 @@
64
<meta name="page-nav-header-levels" content="{{or page.attributes.nav-header-levels 0}}">
65
<meta name="page-chatbot-origin" content="{{page.attributes.chatbot-origin}}">
66
{{#with page.attributes.jira-ticket}}
67
-<meta name="page-jira-ticket" content="{{page.attributes.jira-ticket}}">
+<meta name="page-jira-ticket" content="{{this}}">
68
{{/with}}
69
{{#with page.attributes.jira-component}}
70
-<meta name="page-jira-component" content="{{page.attributes.jira-component}}">
+<meta name="page-jira-component" content="{{this}}">
71
72
73
0 commit comments