Skip to content

Commit 9f47427

Browse files
committed
page-jira metadata for Marker.io trial
1 parent bb20821 commit 9f47427

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/partials/head-meta.hbs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,13 @@
6363
<meta name="page-url" content="{{page.url}}">
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}}">
66+
{{#with page.attributes.jira-ticket}}
67+
<meta name="page-jira-ticket" content="{{page.attributes.jira-ticket}}">
68+
{{/with}}
69+
{{#with page.attributes.jira-component}}
70+
<meta name="page-jira-component" content="{{page.attributes.jira-component}}">
71+
{{/with}}
72+
6673

6774
{{! meta tags starting docsearch: are automatically extracted by Algolia }}
6875
{{! docsearch:version has special handling so we use `cversion` }}

0 commit comments

Comments
 (0)