Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit c7b61bb

Browse files
committed
Fixed issue with title displayed within Dash.
1 parent ba5ad61 commit c7b61bb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

templates/method.hbs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="initial-scale=1">
6-
<title>{{title}}{{#if pkg.version}} {{pkg.version}}{{/if}}{{#if description}} &#8212; {{description}}{{/if}}</title>
7-
{{#if description}}
8-
<meta name="description" content="{{description}}">
9-
{{/if}}
6+
<title>{{name}}</title>
107
<link rel="stylesheet" href="resources/bootstrap.min.css">
118
<link rel="stylesheet" href="resources/github.min.css">
129
<style>

0 commit comments

Comments
 (0)