Skip to content

Commit 54c5e67

Browse files
committed
Added star and fork counts for #4
1 parent 623ebbf commit 54c5e67

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

views/index.pug

+11
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,17 @@ block content
1010
if repo.homepage
1111
p.mb-1
1212
a(href=repo.homepage target="_blank")= repo.homepage
13+
hr.my-3
14+
.clearfix
15+
.col-6.float-left
16+
!= octicons.star.toSVG()
17+
strong Stars:
18+
= repo.stargazers_count
19+
.col-6.float-left
20+
!= octicons['repo-forked'].toSVG()
21+
strong Forks:
22+
= repo.forks_count
23+
hr.my-3
1324
p.my-3= repo.description
1425
hr.my-3
1526
.clearfix

0 commit comments

Comments
 (0)