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 20ecce9 commit 3e66710Copy full SHA for 3e66710
src/partials/head-meta.hbs
@@ -63,8 +63,8 @@
63
<meta name="page-url" content="{{page.url}}">
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="{{this}}">
+{{#with page.attributes.jira-epic}}
+<meta name="page-jira-epic" content="{{this}}">
68
{{/with}}
69
{{#with page.attributes.jira-component}}
70
<meta name="page-jira-component" content="{{this}}">
0 commit comments