Skip to content

Commit

Permalink
Merge "Comment explaining that contributors.html is a fallback."
Browse files Browse the repository at this point in the history
  • Loading branch information
willnorris authored and Gerrit Code Review committed Jun 3, 2016
2 parents 4993dc3 + d9c28e5 commit eeb7970
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/content/contributors.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
<!-- NOTE: this file is a fallback in case automatic generation of
contributors list fails. See /website/tmpl/contributors.html -->

<h1>Contributors</h1>

<p>Camlistore contributors include:</p>
Expand Down
2 changes: 1 addition & 1 deletion website/contributors.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func gitShortlog() *exec.Cmd {
}

func genContribPage() ([]byte, error) {
contribHTML := readTemplate("contrib.html")
contribHTML := readTemplate("contributors.html")

// The same committers could've authored commits with different emails/usersnames.
// We index the authors by name and by email to try and merge graphs connected by
Expand Down
File renamed without changes.

0 comments on commit eeb7970

Please sign in to comment.