Skip to content

Commit 1f3c1b7

Browse files
committed
Fixed github commits
1 parent 529b22d commit 1f3c1b7

File tree

2 files changed

+98
-1137
lines changed

2 files changed

+98
-1137
lines changed

_includes/themes/mongoengine/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
<script>
6060
$(function () {
6161
$('#github-commits').githubInfoWidget(
62-
{ user: 'mongoengine', repo: 'mongoengine', branch: 'master', last: 5 });
62+
{ user: 'mongoengine', repo: 'mongoengine', branch: 'master',
63+
last: 5, avatarSize: 25});
6364
});
6465
</script>
6566
{% include JB/analytics %}

0 commit comments

Comments
 (0)