Skip to content

Commit

Permalink
Fix sitemap layout example.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Dec 10, 2011
1 parent 0715c44 commit 98052ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/params.js
Expand Up @@ -5,6 +5,6 @@ exports.params = {
},
sitemap: {
'index.html': { title: 'Home Page' },
'about/team.html': { title: 'About - Team Page', layouts: 'alternative.html' }
'about/team.html': { title: 'About - Team Page', layout: 'alternative.html' }
}
};

0 comments on commit 98052ef

Please sign in to comment.