Skip to content

Commit 2bc1051

Browse files
authored
Merge pull request #369 from canjs/add-star-count-to-module-title
Added star count to button in page title
2 parents 889184a + 467920f commit 2bc1051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/title.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</a>
1010
</li>
1111
<li>
12-
<a class="github-button nav-social" href="https://github.com/canjs/{{repoName src.path}}">Star</a>
12+
<a class="github-button nav-social" href="https://github.com/canjs/{{repoName src.path}}" data-show-count="true">Star</a>
1313
</li>
1414
{{/if}}
1515
{{#if src.path}}

0 commit comments

Comments
 (0)