Skip to content

Commit 214eb03

Browse files
committed
Add github contributors to author page
1 parent 4f346d1 commit 214eb03

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

_octopress/Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,10 @@ task :build do
243243
page_auth.puts "footer: true"
244244
page_auth.puts "---"
245245
page_auth.puts "<!-- Generated by Rakefile:build -->"
246-
page_auth.puts "Checkout the [repository's contributors](https://github.com/kvz/phpjs/graphs/contributors, or browse "
246+
page_auth.puts "Checkout the [repository's contributors](https://github.com/kvz/phpjs/graphs/contributors), or browse "
247247
page_auth.puts "these authors that contributed via the old site's commenting system (before we had GitHub :) "
248+
page_auth.puts ""
249+
page_auth.puts ""
248250

249251
authors.sort.map { |author, count|
250252
m = /\s*([^\(]+)(\s*\(([^\(]+)\))?/.match(author)

_octopress/source/authors/index.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ sharing: true
66
footer: true
77
---
88
<!-- Generated by Rakefile:build -->
9-
Checkout the [repository's contributors](https://github.com/kvz/phpjs/graphs/contributors, or browse
9+
Checkout the [repository's contributors](https://github.com/kvz/phpjs/graphs/contributors), or browse
1010
these authors that contributed via the old site's commenting system (before we had GitHub :)
11+
12+
1113
- 0m3r (1)
1214
- 3D-GRAF (1)
1315
- [A. Matías Quezada](http://amatiasq.com) (1)

0 commit comments

Comments
 (0)