Skip to content

Commit

Permalink
Just using message as page title.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikl committed Mar 15, 2012
1 parent e0012a4 commit e860911
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ module.exports.page = function (words) {
footerContent: app.config.get('text:footer'),
language: app.config.get('text:language'),
message: words.join(" "),
pageTitle: words.join(" "),
});
};

Expand Down
2 changes: 1 addition & 1 deletion media/templates/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ html(lang=language)
head
meta(charset="utf-8")
meta(content="IE=edge,chrome=1", http-equiv="X-UA-Compatible")
title= pageTitle
title= message
body
h1#message= message
#footer= footerContent

0 comments on commit e860911

Please sign in to comment.