We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 032ecbc + e5e4eb0 commit 512c8efCopy full SHA for 512c8ef
templates/title.mustache
@@ -1,8 +1,8 @@
1
<section class="title">
2
<div class="page-type">
3
<h1>{{getTitle .}}</h1>
4
- {{#if package}}
5
<ul class="title-social">
+ {{#if package}}
6
<li>
7
<a class="npm-button" href="https://www.npmjs.com/package/{{package.name}}">
8
<img src="{{badgeLink package.version}}" alt="npm package badge" />
@@ -11,13 +11,13 @@
11
12
<a class="github-button nav-social" href="https://github.com/canjs/{{repoName src.path}}">Star</a>
13
</li>
14
+ {{/if}}
15
{{#if src.path}}
16
17
<a class="button-link" href="{{sourceLink src (repoName src.path)}}">Edit on GitHub</a>
18
19
{{/if}}
20
</ul>
- {{/if}}
21
</div>
22
<div class="clear-both"></div>
23
{{#unless hideDescription}}
0 commit comments