Skip to content

Commit fff2207

Browse files
Wojciech KrysiakWojciech Krysiak
authored andcommitted
fix: error with missing doc
1 parent 15c4957 commit fff2207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/landing.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var self = this
1111

1212
<!DOCTYPE html>
1313
<html lang="en">
14-
<?js= this.partial('head.tmpl', { betterDocs, title }) ?>
14+
<?js= this.partial('head.tmpl', { betterDocs, title, doc }) ?>
1515

1616
<body class="landing">
1717
<div id="stickyNavbarOverlay"></div>

0 commit comments

Comments
 (0)