Skip to content

Commit

Permalink
show keywords, if available
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Dec 3, 2010
1 parent 25ea249 commit 83696ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.js
Expand Up @@ -118,6 +118,7 @@ ddoc.lists.index = function (head, req) {
if (doc.versions[i].description && !row.description) {
p.description = doc.versions[i].description
}
if (doc.versions[i].keywords) p.keywords = doc.versions[i].keywords
p.versions[i] = "http://"+req.headers.Host+"/"+doc.name+"/"+i
}
p.url = "http://"+req.headers.Host+"/"+encodeURIComponent(doc.name)+"/"
Expand Down

0 comments on commit 83696ea

Please sign in to comment.