Add character names to the end of their URL's
Closes #21, makes links to characters human readable
This commit is contained in:
@@ -14,7 +14,7 @@ Template.characterSideList.helpers({
|
||||
]
|
||||
},
|
||||
{
|
||||
fields: {name: 1},
|
||||
fields: {name: 1, urlName: 1},
|
||||
sort: {name: 1},
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user