Skip to content

Commit 46ebdfd

Browse files
committed
Merge pull request gruntjs#146 from leobalter/135-npm-github-links-sidebar
Include a npm/github description on release versions
2 parents 7de2732 + 2018b63 commit 46ebdfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tmpl/index.jade

+2
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,11 @@ block content
127127
li Stable:
128128
= ' '
129129
a(href='https://www.npmjs.org/package/grunt') v0.4.5
130+
span (npm)
130131
li Development:
131132
= ' '
132133
a(href='https://github.com/gruntjs/grunt') v0.4.6
134+
span (github)
133135

134136
include blocks/advertisements
135137

0 commit comments

Comments
 (0)