Skip to content

Commit 738250d

Browse files
authored
Update default.hbs (#1040)
Adding meta tag that will be used by recommendations feature of devsite.
1 parent 59f2203 commit 738250d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docgen/theme/layouts/default.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<meta name="project_path" value="/_project.yaml" />
88
<meta name="book_path" value="/docs/reference/_book.yaml" />
99
<meta name="gtm_var" data-key="docType" data-value="reference">
10+
<meta name="page_type" value="reference" />
1011
<title>{{#ifCond model.name '==' project.name}}{{project.name}}{{else}}{{model.name}} | {{project.name}}{{/ifCond}}</title>
1112
<meta name="description" content="Reference for {{model.name}}">
1213
<meta name="viewport" content="width=device-width, initial-scale=1">

0 commit comments

Comments
 (0)