Skip to content

Commit 0a1181b

Browse files
authored
Update default.hbs (#3835)
Adding meta tag that will be used later by recommendations feature of devsite. It shouldn't have any other effect. Thanks!
1 parent 0c607c9 commit 0a1181b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/docgen/theme/layouts/default.hbs

+2-1
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="translation" value="disabled" />
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">
@@ -30,4 +31,4 @@
3031
{{> analytics}}
3132

3233
</body>
33-
</html>
34+
</html>

0 commit comments

Comments
 (0)