Skip to content

Commit 20ecce9

Browse files
committed
this
1 parent 9f47427 commit 20ecce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/partials/head-meta.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<meta name="page-nav-header-levels" content="{{or page.attributes.nav-header-levels 0}}">
6565
<meta name="page-chatbot-origin" content="{{page.attributes.chatbot-origin}}">
6666
{{#with page.attributes.jira-ticket}}
67-
<meta name="page-jira-ticket" content="{{page.attributes.jira-ticket}}">
67+
<meta name="page-jira-ticket" content="{{this}}">
6868
{{/with}}
6969
{{#with page.attributes.jira-component}}
70-
<meta name="page-jira-component" content="{{page.attributes.jira-component}}">
70+
<meta name="page-jira-component" content="{{this}}">
7171
{{/with}}
7272

7373

0 commit comments

Comments
 (0)