File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,10 @@ var fn = jade.compile(src, {
19
19
var html = fn ( {
20
20
projects : projects ,
21
21
maintainers : maintainers ,
22
- style : 'flat-square'
22
+ style : 'flat-square' ,
23
+ title : 'badgeboard'
24
+ description : 'project status at a glance'
25
+ keywords : 'badgeboard, repo-utils'
23
26
} )
24
27
25
28
fs . writeFileSync ( out , html )
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ html.no-js
3
3
head
4
4
meta( charset ='utf-8' )
5
5
meta( http-equiv ='X-UA-Compatible' , content ='IE=edge' )
6
- title= title || ' jshttp'
7
- meta( name ='description' , content ='' )
6
+ title= title || ' badgeboard'
7
+ meta( name ='description' , content ='#{description || ' ' } ' )
8
+ meta( name ='keywords' , content ='#{keywords || ' ' } ' )
8
9
meta( name ='viewport' , content ='width=device-width, initial-scale=1' )
9
10
link( href ='https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css' , rel ='stylesheet' )
10
11
style
You can’t perform that action at this time.
0 commit comments